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.
@codeceptjs/examples
Advanced tools
This repo contains tests for TodoMVC application. Tests can be executed via different backends.
This repo contains tests for TodoMVC application. Tests can be executed via different backends.
This is a playground for your first steps in testing, so instead of installing it from NPM it is recommended to clone it from repo instead.
npm i
This will install codeceptjs with puppeteer, webdriverio & testcafe packages.
Default helper is Playwright.
Use codecept.conf.js
to run tests with Playwright:
npx codeceptjs run --steps
Run tests in headless mode:
HEADLESS=true npx codeceptjs run --steps
Run tests in parallel with 3 workers (headless mode):
HEADLESS=true npx codeceptjs run-workers 3
Use codecept.puppeteer.conf.js
to run tests with Puppeteer:
npx codeceptjs run --steps -c codecept.webdriver.conf.js
Run tests in headless mode:
HEADLESS=true npx codeceptjs run --steps -c codecept.webdriver.conf.js
Run tests in parallel with 3 workers (headless mode):
HEADLESS=true npx codeceptjs run-workers 3 -c codecept.webdriver.conf.js
Use codecept.webdriver.conf.js
to run tests with WebDriver in Chrome:
npx codeceptjs run -c codecept.webdriver.conf.js --steps
Run tests in headless mode:
HEADLESS=true npx codeceptjs run -c codecept.webdriver.conf.js --steps
Run tests in parallel with 3 workers (headless mode):
HEADLESS=true npx codeceptjs run-workers 3 -c codecept.webdriver.conf.js
Use codecept.testcafe.conf.js
to run tests with TestCafe in Chrome:
npx codeceptjs run -c codecept.testcafe.conf.js --steps
Run tests in headless mode:
HEADLESS=true npx codeceptjs run -c codecept.testcafe.conf.js --steps
Run tests in parallel with 3 workers (headless mode):
HEADLESS=true npx codeceptjs run-workers 3 -c codecept.testcafe.conf.js
Created as part of codepress by Stefan Huber. Maintained by CodeceptJS Team.
MIT
FAQs
This repo contains tests for TodoMVC application. Tests can be executed via different helpers.
The npm package @codeceptjs/examples receives a total of 5,689 weekly downloads. As such, @codeceptjs/examples popularity was classified as popular.
We found that @codeceptjs/examples demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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.