forked from cypress-io/cypress-example-kitchensink
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuddy.yml
More file actions
22 lines (22 loc) · 660 Bytes
/
buddy.yml
File metadata and controls
22 lines (22 loc) · 660 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
- pipeline: "Example Cypress Test"
trigger_mode: "MANUAL"
ref_name: "master"
ref_type: "BRANCH"
trigger_condition: "ALWAYS"
actions:
- action: "Execute: npm run cy:run"
type: "BUILD"
working_directory: "/buddy/cypress-example-kitchensink"
docker_image_name: "cypress/base"
docker_image_tag: "latest"
execute_commands:
- "npm install --force"
- "npm run cy:verify"
- "npm run start:ci &"
- "npm run cy:run"
cached_dirs:
- "/root/.cache/Cypress"
volume_mappings:
- "/:/buddy/cypress-example-kitchensink"
trigger_condition: "ALWAYS"
shell: "BASH"