
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.
@codeceptjs/examples
Advanced tools
This repo contains tests for TodoMVC application. Tests can be executed via different helpers.
This repo contains tests for TodoMVC application. Tests can be executed via different helpers.
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 and then install the dependencies:
git clone git@github.com:codecept-js/examples.git codeceptjs-examples && cd codeceptjs-examples && npm i
This will install CodeceptJS with Puppeteer, WebdriverIO & TestCafe packages.
The default helper is Playwright.
Use codecept.conf.ts
to run tests with Playwright:
npx codeceptjs run --steps
Use codecept.puppeteer.conf.js
to run tests with Puppeteer:
npx codeceptjs run --steps -c codecept.puppeteer.conf.js
Use codecept.webdriver.conf.js
to run tests with WebdriverIO in Chrome:
npx codeceptjs run -c codecept.webdriver.conf.js --steps
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 --steps
Run tests in parallel with 3 workers:
npx codeceptjs run-workers 3
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 6,752 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
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.