
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
wingbot-tests-gsheets
Advanced tools
Fast solution for automated conversation tests
Example testing sheet: https://docs.google.com/spreadsheets/d/1Tl1-NvGO0buR1z1YoB0eYutJ9EdpcXr-DFPuiUxg3Fg/edit#gid=0
const { ConversationTester } = require('wingbot');
const { TestsGsheet } = require('wingbot-jwt');
const googleToken = require('./my-google-token.json');
function botFactory (forTests = false) {
const bot = new Router();
// your bot here
return bot;
}
const testsStorage = new TestsGsheet('sheet-id', googleToken);
const tester = new ConversationTester(testsStorage, botFactory);
tester.test()
.then((res) => console.log(res.output))
.catch((e) => console.error(e));
Google sheets storage for test cases
object
object
Google sheets storage for test cases
Kind: global class
Promise.<Array.<TestCase>>
Param | Type |
---|---|
sheetId | string |
googleToken | object |
Promise.<Array.<TestCase>>
Kind: instance method of TestsGsheet
object
Kind: global typedef
Properties
Name | Type |
---|---|
step | number |
rowNum | number |
action | string |
passedAction | string |
textContains | string |
quickRepliesContains | string |
stepDescription | string |
object
Kind: global typedef
Properties
Name | Type |
---|---|
list | string |
name | string |
steps | Array.<TestCaseStep> |
FAQs
Google Sheet Storage for Test Cases
The npm package wingbot-tests-gsheets receives a total of 46 weekly downloads. As such, wingbot-tests-gsheets popularity was classified as not popular.
We found that wingbot-tests-gsheets demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.