Skip to content

Cypress slack plugin to send messages from within a test

License

Notifications You must be signed in to change notification settings

TylorMayfield/cypress-slack

Repository files navigation

Node.js Package

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',
      });

About

Cypress slack plugin to send messages from within a test

Resources

License

Stars

Watchers

Forks

Packages

No packages published