How to export Cypress env vars to pipeline

151 Views Asked by At
  • I am writing an e2e automation with the following Structure
  1. setup
  2. tests
  3. tearDown
  • Each step runs in its docker container How do I export cypress env vars to codefresh pipeline which are created during setup and use them in the container running "tests" step
0

There are 0 best solutions below