diff --git a/.gitpod.yml b/.gitpod.yml index 071c6de..2f1526e 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,2 +1,9 @@ +# List the ports you want to expose and what to do when they are served. See https://www.gitpod.io/docs/config-ports/ +ports: + - port: 3000 + onOpen: open-preview + +# List the start up tasks. You can start them in parallel in multiple terminals. See https://www.gitpod.io/docs/config-start-tasks/ tasks: - - init: mvn compile + - init: mvn install -Dsuite=parallel.xml # runs during prebuild + command: echo 'Please check your test on https://automation.lambdatest.com/'