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
--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
13
43
--starters=list List of demos or presets separated by comma to run (default: all) valid options:
0 commit comments