This project contains the Cypress library for testing.\
Remember to have run the npm install
command. \
If cypress doesn't install and unzip correctly run the following command npm run cy:install
.\
Before executing the command npm start
remember to have the client's server up and running.
set your server ip on "baseUrl":
parameter inside cypress.json
file
run cypress open
npx cypress-tags run -e TAGS='@about'
example:
npm run start -- --env type=odfe --config baseUrl=https://localhost:5600
type=xpack
baseUrl=https://localhost:5601/