Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 430 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 430 Bytes

Tests

Overview

This project contains UI smoke tests for Kyma.

Installation

To install dependencies, run the npm install command.

Development

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