@heddendorp/historic-analysis-helper
v1.4.31
Published
This is a small CLI tool to set up branches with the [cypress-plugin-mulitlanguage-coverage](../cypress-plugin-multilanguage-coverage/README.md) plugin. It will create a new branch based on a bamboo build and add all dependencies for flaky test detecti
Downloads
81
Readme
Historic Analysis helper
This is a small CLI tool to set up branches with the cypress-plugin-mulitlanguage-coverage plugin.
It will create a new branch based on a bamboo build and add all dependencies for flaky test detection.
Installation
npm install -D @heddendorp/historic-analysis-helper
You can find the releases of the package on npm.
Usage
Currently, this tool is only useful for Artemis you can create a new branch for analysis like this:
npx @heddendorp/historic-analysis-helper branch <planKey> <latestSuccess> <analyzedRun> -t <bambooToken>
References
- Building a CLI tool by Jeroen Ouwehand
- Node.js with TypeScript in 2023 by Beyond Fireship