This is a cypress plugin
that automatically attaches screenshots to failed cucumber steps
so that they will appear on reports.
Before you begin, ensure you have met the following requirements:
To install, follow these steps:
npm install --save-dev cypress-cucumber-attach-screenshots-to-failed-steps
To use, follow these steps:
Add the following to your cypress/support/index.js
file:
import "cypress-cucumber-attach-screenshots-to-failed-steps";
To contribute, follow these steps:
git checkout -b <branch_name>
.git commit -m '<commit_message>'
git push origin <project_name>/<location>
Alternatively see the GitHub documentation on creating a pull request.
This is open source software licensed as MIT.