1.0.6 • Published 2 years ago

cynotify v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Cynotify

A command to play alerts everywhere.

I ever wanted to know when my tests fails, mainly the big ones, and I don't want to be checking all the time, so I created this command.


How to install

Yarn

yarn add cynotify -D

NPM

npm install cynotify -D

How to use

You can just import into your cypress/support/index.js file.

// cypress/support/index.js
import 'cynotify'

So now you can use the cy.notify to play an alert in everywhere.

Ex.: If you use it in the after hook from cypress/support/index.js file, you will be notified whenever a test is done.

// cypress/support/index.js
after(()=> cy.notify())

Links

- Cynotify

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago