You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-16Lines changed: 1 addition & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,3 @@
1
-
# [Platform-In-Test Script]
2
-
3
-
# How To Use
4
-
5
-
```
6
-
./scripts/pit/run.sh --help
7
-
```
8
-
9
-
```
10
1
Use: ./scripts/pit/run.sh with the next options:
11
2
12
3
--version=string Vaadin version to test, if not given it only tests current stable, otherwise it runs tests against current stable and then against given version.
@@ -24,8 +15,6 @@ Use: ./scripts/pit/run.sh with the next options:
24
15
--skip-dev Skip dev-mode validations
25
16
--skip-clean Do not clean maven cache
26
17
--skip-helm Do not re-install control-center with helm and continue running tests, implies (--offline, --keep-cc)
27
-
--skip-setup Like --skip-helm but also do not run first playwright setup test, implies --skip-build --skip-helm
28
-
--skip-apps Like --skip-setup but also do not run playwright install apps test, implies --skip-build --skip-setup
29
18
--skip-pw Do not run playwright tests
30
19
--cluster=name Run tests in an existing k8s cluster
31
20
--vendor=name Use a specific cluster vendor to run control-center tests options: [dd, kind, do] (default: kind)
@@ -117,8 +106,4 @@ Use: ./scripts/pit/run.sh with the next options:
0 commit comments