1.0.0 • Published 4 years ago
@leapci/report-plugin-cypress-js v1.0.0
leap-report-plugin-cypressjs
Usage (Dev)
Run npm install and npm link to set up dev env
npm install
npm linkRun npm link leap-report-client to link client dependency
npm link leap-report-clientinclude it as dependency by linking with npm link leap-report-plugin-cypress-js to your cypress test project
npm link leap-report-plugin-cypress-jsconfigure cypress options
{
...
reporter: "./node_modules/@leapci/report-plugin-cypress-js/dist/lib/index.js",
reporterOptions: {
"reportDir": "./leap-report.json",
"screenshotDir": './cypress/screenshots'
...
},
...
}1.0.0
4 years ago
0.0.1-beta-04
4 years ago
0.0.1-beta-03
4 years ago
0.0.1-beta-05
4 years ago
0.0.1-beta-02
4 years ago
0.0.1-beta-01
4 years ago