Skip to content

Commit

Permalink
adjust test/kyma dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadura committed Sep 16, 2024
1 parent 3ec6a69 commit efd0103
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions kyma/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
> - `Code of Conduct` - do not change this!
> - `Licensing` - do not change this!
# Kyma configuration
# Kyma dashboard

## Overview
The directory contains configuration of kyma extensibility for busola and tools to prepare configuration.
The directory contains configuration of kyma extensibility for busola and tools to prepare configuration to build Kyma-dashboard using busola.

Files structure:
```
Expand Down
4 changes: 2 additions & 2 deletions tests/kyma/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ This project contains integration and smoke UI tests for Kyma-Dashboard.

Before testing, you need to copy your cluster's kubeconfig file to `fixtures/kubeconfig.yaml`.

You need to have ran Kyma-Dashboard using docker and PR number:
You need to have run Kyma-Dashboard using docker, PR number and desired environment (can be empty):

```bash
PR_NUMBER={YOUR_PR_NUMBER} npm run run-docker
PR_NUMBER={YOUR_PR_NUMBER} ENV={DESIRED_ENV} npm run run-docker
```

## Installation
Expand Down
2 changes: 1 addition & 1 deletion tests/kyma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test:e2e": "cypress run --browser chromium",
"test:local": "CYPRESS_LOCAL_DEV=true cypress run --browser chrome",
"test:smoke-extensions": "cypress run --browser chromium -C cypress-smoke.js",
"run-docker": "docker run --rm -it -p 3001:3001 -e DOCKER_DESKTOP_CLUSTER=true --pid=host --name kyma-dashboard europe-docker.pkg.dev/kyma-project/dev/kyma-dashboard-local-dev:PR-$PR_NUMBER"
"run-docker": "docker run --rm -it -p 3001:3001 -e DOCKER_DESKTOP_CLUSTER=true --net=host --pid=host --name kyma-dashboard --env ENVIRONMENT=$ENV europe-docker.pkg.dev/kyma-project/dev/busola-kyma-web-local:PR-$PR_NUMBER"
},
"devDependencies": {
"cypress-file-upload": "^5.0.8",
Expand Down

0 comments on commit efd0103

Please sign in to comment.