We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adcf279 commit 32aafb4Copy full SHA for 32aafb4
.gitpod.yml
@@ -1,2 +1,9 @@
1
+# List the ports you want to expose and what to do when they are served. See https://www.gitpod.io/docs/config-ports/
2
+ports:
3
+ - port: 3000
4
+ onOpen: open-preview
5
+
6
+# List the start up tasks. You can start them in parallel in multiple terminals. See https://www.gitpod.io/docs/config-start-tasks/
7
tasks:
- - init: mvn compile
8
+ - init: mvn install -Dsuite=parallel.xml # runs during prebuild
9
+ command: echo 'Please check your test on https://automation.lambdatest.com/'
0 commit comments