Skip to content

Commit 32aafb4

Browse files
gitpod settings
1 parent adcf279 commit 32aafb4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.gitpod.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -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/
17
tasks:
2-
- 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

Comments
 (0)