cypress-plugins icon indicating copy to clipboard operation
cypress-plugins copied to clipboard

CI and VCS provider for GitLab Server

Open huseyin-tumer opened this issue 2 years ago • 1 comments

Hi, Firstly many thanks for plugin. I am using GitLab server. Could you please add ci and vcs providers for GitLab server?

huseyin-tumer avatar Jul 26 '22 12:07 huseyin-tumer

Happy to accept a PR!

You just need to find out the relevant GitLab env vars and map them here

https://github.com/YOU54F/cypress-plugins/blob/fadab5409bdcf16e999b63c11471b0e9d34b3a7c/cypress-slack-reporter-old/src/slack/slack-alert.ts#L725-L788

Just dropping these here for anyone that wants to pick it up

  • https://docs.gitlab.com/ee/ci/variables/
  • https://about.gitlab.com/blog/2021/04/09/demystifying-ci-cd-variables/

YOU54F avatar Dec 09 '22 15:12 YOU54F