
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
testarmada-magellan-local-executor
Advanced tools
test executor for magellan test to run in local selenium env
Executor for Magellan to run nightwatchjs tests in local environment.
PLEASE NOTE: Executor is only supported by magellan version 10.0.0 or higher.
nightwatch.json
, provide nightwatch execution environment to magellanPlease follow the steps
npm install testarmada-magellan-local-executor --save
magellan.json
(if there isn't a magellan.json
please create one under your folder root)"executors": [
"testarmada-magellan-local-executor"
]
./node_modules/.bin/magellan --help
to see if you can see the following content printed out Executor-specific (testarmada-magellan-local-executor)
--local_browser=browsername Run tests in chrome, firefox, etc (default: phantomjs).
--local_browsers=b1,b2,.. Run multiple browsers in parallel.
--local_list_browsers List the available browsers configured.
Congratulations, you're all set.
To run test in local chrome
$ ./node_modules/.bin/magellan --local_browser chrome --test xxx
To run tests in local chrome and firefox
$ ./node_modules/.bin/magellan --local_browsers chrome,firefox --test xxx
Documentation in this project is licensed under Creative Commons Attribution 4.0 International License. Full details available at https://creativecommons.org/licenses/by/4.0
FAQs
test executor for magellan test to run in local selenium env
The npm package testarmada-magellan-local-executor receives a total of 389 weekly downloads. As such, testarmada-magellan-local-executor popularity was classified as not popular.
We found that testarmada-magellan-local-executor demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.