YOU54F / cypress-plugins

A home for various Cypress Plugins

Home Page:https://cypress-plugins.saf.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cypress-slack-reporter for GitLab ci cd pipelines

BartusZak opened this issue · comments

There is a lack of details about configuration with GitLab CI/CD.

Is it expected? Any hints if I can use it with GitLab CI/CD to send cypress e2e reports to a slack channel?

Hey up,

See related issue #1160

In this section of the readme

If you wish to use another CI provider, you can pass any name other than circleci into the CLI flag --ci-provider, which will allow you to enter your own environment variables for CI.

  • CI_URL
  • CI_SHA1,
  • CI_BRANCH,
  • CI_USERNAME,
  • CI_BUILD_URL,
  • CI_BUILD_NUM,
  • CI_PULL_REQUEST,
  • CI_PROJECT_REPONAME
  • CI_PROJECT_USERNAME

duplicate of #1160