
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
testcafe-reporter-reportportal-plugin
Advanced tools
This is the reportportal-plugin reporter plugin for TestCafe.
npm i testcafe-reporter-reportportal-plugin@latest --save-dev
When you run tests from the command line, specify the reporter name by using the --reporter
option:
testcafe chrome 'path/to/test/file.js' --reporter reportportal-plugin
OR:
testcafe chrome 'path/to/test/file.js' --reporter=reportportal-plugin
When you use API, pass the reporter name to the reporter()
method:
testCafe
.createRunner()
.src('path/to/test/file.js')
.browsers('chrome')
.reporter('reportportal-plugin') // <-
.run();
Required | Argument | Description | Example |
---|---|---|---|
Yes | rdomain | The domain of the report portal. https://{domain}/ | --rdomain=reports.pl.portal.com |
Yes | rtoken | The token to auth report portal with. Taken from the 'Profile' of your user. | --rtoken=gfkbv5994350mg |
Yes | rlaunch | The name of your launch. Required (Unless replaced by rlaunch-id argument). | --rlaunch=my-launch |
Yes | rproject | The name of your project. | --rproject=my-project |
No | rlaunch-id | The ID of an existing launch, can replace the rlaunch parameter. | --rlaunch-id=fjvkdnvjgnf |
No | rsuite | An optional suite name, adding a suite will put all tests under the suite instead of directly under the launch. | --rsuite=my-suite-name |
No | rprotocol | An optional ability to override the protocol of the API protocol. {protocol}://{domain}/. | --rprotocol=http |
No | disable-live-reporting | An optional ability to disable the live reporting | --disable-live-reporting |
Please go to the Testing section in the Contributing README file
Please read our contributing guidelines here
FAQs
Report Portal TestCafe reporter
We found that testcafe-reporter-reportportal-plugin demonstrated a not healthy version release cadence and project activity because the last version was released 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.