cypress-test-notifications

1.0.0 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    0

Package Sidebar

Install

npm i cypress-test-notifications

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

108 kB

Total Files

5

Last publish

Collaborators

  • gaabrielogan