forked from LambdaTest/testng-selenium-hyperexecute-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitpod.yml
More file actions
16 lines (14 loc) · 702 Bytes
/
.gitpod.yml
File metadata and controls
16 lines (14 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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:
- name: Get Core & Configure
before: |
wget https://downloads.lambdatest.com/hyperexecute/linux/hyperexecute
chmod u+x hyperexecute
init: |
echo "Performing test"
./hyperexecute --user=$LT_USERNAME --key=$LT_ACCESS_KEY --config yaml/win/v2/testng_hyperexecute_autosplit_sample.yaml --download-artifacts --force-clean-artifacts
echo "Test completion"