Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
create-wdio
Advanced tools
One command to create a fresh WebdriverIO project or add WebdriverIO to an existing project.
create-wdio
works on macOS, Windows, and Linux.
If something doesn’t work, please file an issue.
If you have questions or need help, please ask in our Gitter Support Chat.
To install a WebdriverIO project, you may choose one of the following methods:
npx create-wdio ./e2e
npx
is a package runner tool that comes with npm 5.2+ and higher, see instructions for older npm versions
npm init wdio ./e2e
npm init <initializer>
is available in npm 6+
yarn create wdio ./e2e
yarn create <starter-kit-package>
is available in Yarn 0.25+
It will create a directory called e2e
inside the current folder.
Then it will run the configuration wizard that will help you setup your framework.
You can pass the following command line flags to modify the bootstrap mechanism:
--dev
- Install all packages as devDependencies
(default: true
)--yes
- Will fill in all config defaults without prompting (default: false
)--use-yarn
- yes, we support yarn too! (default: true
)--verbose
- print additional logs (default: false
)For more information on WebdriverIO see the homepage.
FAQs
Install and setup a WebdriverIO project with all its dependencies in a single run
The npm package create-wdio receives a total of 892 weekly downloads. As such, create-wdio popularity was classified as not popular.
We found that create-wdio 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.