Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
autoset-status-cypress-testrail-reporter
Advanced tools
A TestRail auto-set status reporter for Test Run cypress including TestRail API basic library
Publishes Cypress runs on TestRail.
Cloned from the original package cypress-testrail-reporter by Milutin Savovic
The original package by Milutin is awesome!
Allows you to set statuses for test cases in a specific TestRun.
$ npm i autoset-status-cypress-testrail-reporter
Add reporter to your cypress.json
:
...
{
"reporter": "autoset-status-cypress-testrail-reporter",
"reporterOptions": {
"host": "https://yourdomain.testrail.io",
"username": "username",
"password": "password",
"projectId": idNumber,
"runId": testRunNumber,
}
}
Your Cypress tests should include the ID of your TestRail test case. Make sure your test case IDs are distinct from your test titles:
// Good:
it("C123 C124 Can authenticate a valid user", ...
it("Can authenticate a valid user C321", ...
// Bad:
it("C123Can authenticate a valid user", ...
it("Can authenticate a valid userC123", ...
host: string domain name of your TestRail instance (e.g. for a hosted instance https://instance.testrail.com).
username: string email of the user under which the test run will be created.
password: string password or the API key for the aforementioned user.
projectId: number project with which the tests are associated.
runId: number a specific test run id number.
To increase security, the TestRail team suggests using an API key instead of a password. You can see how to generate an API key here.
If you maintain your own TestRail instance on your own server, it is recommended to enable HTTPS for your TestRail installation.
For TestRail hosted accounts maintained by Gurock, all accounts will automatically use HTTPS.
You can read the whole TestRail documentation here.
Author: Dmytro Kuznetsov - github
This project is licensed under the MIT license.
FAQs
A TestRail auto-set status reporter for Test Run cypress including TestRail API basic library
We found that autoset-status-cypress-testrail-reporter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.