1.0.6 • Published 7 months ago

cynotify v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months 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

7 months ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago