Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 541 Bytes

README.MD

File metadata and controls

19 lines (11 loc) · 541 Bytes

Cypress Setup Guide

Retrieving Credentials

  1. Access the credentials at: Vault URL.

  2. Create a .env file at the root level of your project and add the retrieved credentials. examples are available in /env folder.

Configuring Cypress

  1. Create a cypress.env.json file in the cypress directory with the necessary credentials.

Running Cypress

  • To run the Cypress container, use the following command:

    task cypress