cypress-slack
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

cypress-slack

Cypress slack plugin to send messages from within a test

Installation

npm install cypress-slack --save-dev

Once downloaded, add the following line to cypress/support/index.js to import the commands into your Cypress project:

require('cypress-slack');

Example Usage

      cy.slack({
        slackId: '{SlackIncomingWebhookId}',
        message: 'This is a test',
      });

Package Sidebar

Install

npm i cypress-slack

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

4.47 kB

Total Files

8

Last publish

Collaborators

  • ghostbackwards