
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
@codeceptjs/ui
Advanced tools
An interactive, graphical test runner for [CodeceptJS](https://codecept.io).
An interactive, graphical test runner for CodeceptJS.
Requires CodeceptJS 3 to be installed
Install CodeceptUI in a project where CodeceptJS is already used
npm i @codeceptjs/ui --save
Run CodeceptUI in application mode (recommended for development, local debug):
npx codecept-ui --app
Uses codecept.conf.js
config from the current directory.
If needed, provide a path to config file with --config
option:
npx codecept run --config tests/codecept.conf.js
Run CodeceptUI as a web server (recommended for headless mode, remote debug):
npx codecept-ui
Open http://localhost:3001
to see all tests and run them.
Uses codecept.conf.js
config from the current directory.
If needed, provide a path to config file with --config
option:
npx codecept run --config tests/codecept.conf.js
See CONTRIBUTING.md
codepress uses the debug package to output debug information. This is useful to troubleshoot problems or just to see what codepress is doing. To turn on debug information do
# verbose: get all debug information
DEBUG=codepress:* npx codecept-ui
# just get debug output of one module
DEBUG=codepress:codeceptjs-factory npx codecept-ui
Thanks all for the contributions!
FAQs
An interactive, graphical test runner for [CodeceptJS](https://codecept.io).
The npm package @codeceptjs/ui receives a total of 10,037 weekly downloads. As such, @codeceptjs/ui popularity was classified as popular.
We found that @codeceptjs/ui 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
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.