Skip to content

Commit c9db814

Browse files
authored
Update README.md
1 parent 1ccec26 commit c9db814

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,16 @@ Scaled tests run via the Playwright [Artillery](https://artillery.io) Framework
88
- Single User Playwright Tests are run using a Test Account for Keycloak, to change the Test User, change the environment variables in GitHub Secrets \
99
-> Settings -> Secrets and variables -> Actions -> Secrets -> Repository Secrets \
1010
or [here](https://github.com/ls1intum/theia-scale-tests/settings/secrets/actions)
11+
- To run the tests on the deployed Theia instance, simply run:
12+
```
13+
npx playwright test
14+
```
15+
- To run tests locally using a Theia Instance on localhost, change the environment variable to the corresponding port and run the tests using:
16+
```
17+
npx playwright test --project=local
18+
```
19+
- Test files that allow local testing (testing without Landing Page and Keycloak) have the following file ending:
20+
```
21+
*.ide.spec.ts
22+
```
23+

0 commit comments

Comments
 (0)