generated from serenity-js/serenity-js-jasmine-protractor-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitpod.yml
43 lines (37 loc) · 805 Bytes
/
.gitpod.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
image:
file: .gitpod/.gitpod.Dockerfile
ports:
- port: 8080
onOpen: notify
visibility: public
tasks:
- name: 'Install'
init: |
nvm install
nvm use
npm ci
gp sync-done installation
- name: 'Serenity Reports'
init: gp sync-await installation
command: |
mkdir -p target/site/serenity
npx http-server -p 8080 target/site/serenity/
- name: 'Welcome'
init: gp sync-await installation
command: |
npm test
echo "To view Serenity Reports, visit:"
gp url 8080
vscode:
extensions:
- dbaeumer.vscode-eslint
- EditorConfig.EditorConfig
github:
prebuilds:
master: true
branches: false
pullRequests: true
pullRequestsFromForks: false
addCheck: true
addComment: false
addBadge: true