This project contains UI acceptance tests for Kyma.
If you do not have the dependencies installed through Lerna, use the npm install
command to install them.
To run all acceptance tests from the local cluster, use the following command:
npm run test:cluster
To run all acceptance tests from http://console-dev.kyma.local:4200
, use the following command:
npm run test
NOTE: In the second case, take note of which GraphQL API endpoint you use.
By default, the commands from the Run all tests section allow you to run all available tests. To run only the selected ones, change the value of the testRegex
field in the package.json
file. These are the available tests to run:
console-basic-test
forcore
viewcatalog-ui-test
forservice-catalog
andinstances
viewsdocs-ui-test
forcontent
viewlambda-ui-test
forlambda
view