1.0.0 • Published 3 years ago

@leapci/report-plugin-cypress-js v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

leap-report-plugin-cypressjs

Usage (Dev)

Run npm install and npm link to set up dev env

npm install
npm link

Run npm link leap-report-client to link client dependency

npm link leap-report-client

include it as dependency by linking with npm link leap-report-plugin-cypress-js to your cypress test project

npm link leap-report-plugin-cypress-js

configure cypress options

{
    ...
    reporter: "./node_modules/@leapci/report-plugin-cypress-js/dist/lib/index.js",
    reporterOptions: {
        "reportDir": "./leap-report.json",
        "screenshotDir": './cypress/screenshots'
        ...
    },
    ...
}