1.0.0 • Published 1 year ago
cypress-test-notifications v1.0.0
Cypress Test Notifications
A Cypress plugin to send desktop notifications with test summary results.
Installation
npm install cypress-test-notifications
Usage
In your cypress.config.js, add the following:
const cypressTestNotifications = require('cypress-test-notifications');
module.exports = (on, config) => {
cypressTestNotifications(on, config);
};
sendNotification
Sends a desktop notification with the test summary.
Example Notification
Here is an example of the output you will receive:
📊 Testes Concluídos
Specs: 10 | Testes: 100
Passaram: 90 | Falharam: 10
Detalhes:
- Specs Completadas: 9
- Specs Com Falhas: 1
Contributions
Contributions are welcome! Feel free to open issues and send pull requests. See the contribution guidelines for more details.
License
This project is licensed under the MIT License. See the LICENSE file for more details.
1.0.0
1 year ago