Skip to content

Commit 2c80a12

Browse files
committed
update README with recent parameters
1 parent ac0e923 commit 2c80a12

File tree

1 file changed

+39
-32
lines changed

1 file changed

+39
-32
lines changed

README.md

+39-32
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,61 @@
77
```
88

99
```
10-
Use: ./scripts/pit/run.sh [version=] [starters=] [port=] [timeout=] [verbose] [offline] [interactive] [skiptests] [pnpm] [vite] [help]
10+
Use: ./scripts/pit/run.sh with the next options:
1111
1212
--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.
13+
--demos Run all demo projects
14+
--generated Run all generated projects (start and archetypes)
15+
--port=number HTTP port for thee servlet container (default: 8080)
16+
--timeout=number Time in secs to wait for server to start (default 300)
17+
--jdk=NN Use a specific JDK version to run the tests
18+
--verbose Show server output (default silent)
19+
--offline Do not remove already downloaded projects, and do not use network for mvn (default online)
20+
--interactive Play a bell and ask user to manually test the application (default non interactive)
21+
--skip-tests Skip UI Tests (default run tests). Note: selenium-ide does not work in gitpod
22+
--skip-current Skip running build in current version
23+
--skip-prod Skip production validations
24+
--skip-dev Skip dev-mode validations
25+
--skip-clean Do not clean maven cache
26+
--skip-helm Do not re-install control-center with helm and continue running tests
27+
--skip-pw Do not run playwright tests
28+
--cluster=name Run tests in an existing k8s cluster
29+
--keep-cc Keep control-center running after tests
30+
--pnpm Use pnpm instead of npm to speed up frontend compilation (default npm)
31+
--vite Use vite inetad of webpack to speed up frontend compilation (default webpack)
32+
--list Show the list of available starters
33+
--hub Use selenium hub instead of local chrome, it assumes that selenium docker is running as service in localhost
34+
--commit Commit changes to the base branch
35+
--test Checkout starters, and show steps and commands to execute, but don't run them
36+
--git-ssh Use git-ssh instead of https to checkout projects (you need a valid ssh key)
37+
--headless Run the browser in headless mode even if interactive mode is enabled
38+
--headed Run the browser in headed mode even if interactive mode is disabled
39+
--function run only one function of the libs in current folder.
40+
everything after this argument is the function name and arguments passed to the function.
41+
you should take care with arguments that contain spaces, they should be quoted twice.
42+
--help Show this message
1343
--starters=list List of demos or presets separated by comma to run (default: all) valid options:
1444
· latest-java
1545
· latest-java-top
16-
· latest-javahtml
17-
· latest-lit
18-
· latest-lit-top
1946
· latest-java_partial-auth
20-
· latest-lit_partial-auth
2147
· flow-crm-tutorial
2248
· react
2349
· react-crm-tutorial
2450
· react-tutorial
25-
· test-hybrid
2651
· test-hybrid-react
2752
· default
28-
· latest-lit_partial-nextprerelease
29-
· latest-lit_partial-prerelease
3053
· latest-java_partial-auth_partial-prerelease
3154
· archetype-hotswap
3255
· archetype-jetty
3356
· archetype-spring
3457
· vaadin-quarkus
3558
· hilla-react-cli
59+
· initializer-vaadin-maven-react
60+
· initializer-vaadin-maven-flow
61+
· initializer-vaadin-gradle-react
62+
· initializer-vaadin-gradle-flow
63+
· collaboration
64+
· control-center
3665
· skeleton-starter-flow
3766
· skeleton-starter-flow-spring
3867
· skeleton-starter-hilla-react
@@ -51,7 +80,6 @@ Use: ./scripts/pit/run.sh [version=] [starters=] [port=] [timeout=] [verbose] [o
5180
· hilla-basics-tutorial
5281
· flow-quickstart-tutorial
5382
· addon-template
54-
· addon-starter-flow
5583
· npm-addon-template
5684
· client-server-addon-template
5785
· spreadsheet-demo
@@ -68,6 +96,7 @@ Use: ./scripts/pit/run.sh [version=] [starters=] [port=] [timeout=] [verbose] [o
6896
· bakery-app-starter-flow-spring
6997
· k8s-demo-app
7098
· mpr-demo
99+
· mpr-demo_jdk17
71100
· testbench-demo
72101
· ce-demo
73102
· start
@@ -76,29 +105,7 @@ Use: ./scripts/pit/run.sh [version=] [starters=] [port=] [timeout=] [verbose] [o
76105
· form-filler-demo
77106
· flow-hilla-hybrid-example
78107
· designer-tutorial
79-
·
80-
--demos Run all demo projects
81-
--generated Run all generated projects (start and archetypes)
82-
--port=number HTTP port for thee servlet container (default: 8080)
83-
--timeout=number Time in secs to wait for server to start (default 300)
84-
--verbose Show server output (default silent)
85-
--offline Do not remove already downloaded projects, and do not use network for mvn (default online)
86-
--interactive Play a bell and ask user to manually test the application (default non interactive)
87-
--skip-tests Skip UI Tests (default run tests). Note: selenium-ide does not work in gitpod
88-
--skip-current Skip running build in current version
89-
--skip-prod Skip production validations
90-
--skip-dev Skip dev-mode validations
91-
--pnpm Use pnpm instead of npm to speed up frontend compilation (default npm)
92-
--vite Use vite inetad of webpack to speed up frontend compilation (default webpack)
93-
--list Show the list of available starters
94-
--hub Use selenium hub instead of local chrome, it assumes that selenium docker is running as service in localhost
95-
--help Show this message
96-
--commit Commit changes to the base branch
97-
--test Checkout starters, and show steps and commands to execute, but don't run them
98-
--skip-clean Do not clean maven cache
99-
--function run only one function of the libs in current folder.
100-
everything after this argument is the function name and arguments passed to the function.
101-
you should take care with arguments that contain spaces, they should be quoted twice.
102108
```
103109

104110

111+

0 commit comments

Comments
 (0)