-
Notifications
You must be signed in to change notification settings - Fork 34
/
cy-runner.yml
104 lines (100 loc) · 2.4 KB
/
cy-runner.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
---
base:
secrets:
enabled: true
name: VTEX_QE
vtex:
account: productusqa
id: 2001459804
domain: myvtex.com
vtexIdUrl: https://vtexid.vtex.com.br/api/vtexid/pub/authenticate/default
deployCli:
enabled: true
git: https://github.com/vtex/toolbelt.git
branch: qe/cypress
twilio:
enabled: true
jira:
enabled: true
account: vtex-dev
board: CHECKOUTUI
issueType: Bug
priority: High
testing: true
slack:
enabled: false
channel: some-channel
cypress:
devMode: false
runHeaded: false
getCookies: true
maxJobs: 3
quiet: true
projectId: x6id56
video: false
videoCompression: false
videoUploadOnPasses: false
screenshotOnRunFailure: true
trashAssetsBeforeRuns: false
viewportWidth: 1440
viewportHeight: 1500
defaultCommandTimeout: 25000
requestTimeout: 25000
watchForFileChanges: false
pageLoadTimeout: 45000
browser: chrome
chromeWebSecurity: false
sorry: false
stateFiles: ['.checkout.json']
workspace:
name: random
prefix: checkoutuicustom
linkApp:
enabled: true
logOutput:
enabled: false
installApps: []
removeApps: []
wipe:
enabled: true
stopOnFail: false
specs:
- cypress/integration/wipe.spec.js
teardown:
enabled: true
strategy:
# Clear reviews before testcase
basictest:
enabled: true
sendDashboard: true
hardTries: 1
stopOnFail: false
parallel: true
specs:
- cypress/integration/2.1-graphql.spec.js
- cypress/integration/2.2-pickup.spec.js
- cypress/integration/2.3-lineitems_required.spec.js
- cypress/integration/2.4-lineitems_optional.spec.js
LayoutSettingsEnabledAndCheckoutScenarios:
enabled: true
sendDashboard: true
hardTries: 1
stopOnFail: false
parallel: true
specs:
- cypress/integration/2.5-checkout_scenarios.spec.js
- cypress/integration/2.6-enable_display_settings.spec.js
dependency:
- cypress/integration/2.1-graphql.spec.js
- cypress/integration/2.2-pickup.spec.js
- cypress/integration/2.3-lineitems_required.spec.js
LayoutSettingsDisabled:
enabled: true
sendDashboard: true
hardTries: 1
stopOnFail: false
parallel: false
specs:
- cypress/integration/2.7-disable_display_settings.spec.js
dependency:
- cypress/integration/2.6-enable_display_settings.spec.js