This project contains UI smoke tests for Kyma.
To install dependencies, run the npm install
command.
To run UI tests inside a container in the cluster using a Chrome browser, use this command:
npm run test:cluster
To run UI tests on a cluster, use this command:
CYPRESS_DOMAIN={YOUR_DOMAIN} CYPRESS_PASSWORD={YOUR_CLUSTER_PASSWORD} npm start