-
Notifications
You must be signed in to change notification settings - Fork 3
/
cy-runner.yml
108 lines (108 loc) · 2.98 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
103
104
105
106
107
108
---
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
jira:
enabled: true
account: vtex-dev
board: NOTIFIER
issueType: Bug
priority: High
testing: true
slack:
enabled: false
channel: some-channel
cypress:
devMode: false
runHeaded: false
enabled: false
projectId: wnpzgv
getCookies: true
maxJobs: 3
quiet: true
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
stateFiles: ['.orders.json', '.emails.json', '.availability.json']
workspace:
name: random
prefix: availabilitynotify
linkApp:
enabled: true
logOutput:
enabled: false
installApps:
# availability-notify theme will work only when its peer dependency availability-notify is added in the workspace
# So, installing [email protected] version
# Published a new theme for store-theme E2E test
removeApps:
- vtex.bitcot-qa-theme
wipe:
enabled: true
stopOnFail: false
specs:
- cypress/integration/wipe.spec.js
teardown:
enabled: true
strategy:
post_setup_api_graphql_testcase:
enabled: true
sendDashboard: true
hardTries: 1
stopOnFail: false
parallel: true
specs:
- cypress/integration/2.1-rest.apis.spec.js
- cypress/integration/2.2-graphql.spec.js
- cypress/integration/post_setup.spec.js
unavailable_product_testcases:
enabled: true
sendDashboard: true
hardTries: 1
stopOnFail: false
parallel: true
specs:
- cypress/integration/2.3-unavailable-product-scenarios.spec.js
- cypress/integration/2.5-external-product-unavailable-scenarios.spec.js
available_product_testcases:
enabled: true
sendDashboard: true
hardTries: 1
stopOnFail: false
parallel: true
specs:
- cypress/integration/2.4-available-product-scenarios.spec.js
- cypress/integration/2.6-external-product-available-scenario.spec.js
dependency:
- cypress/integration/2.3-unavailable-product-scenarios.spec.js
- cypress/integration/2.5-external-product-unavailable-scenarios.spec.js
configuration_testcase:
enabled: true
sendDashboard: true
hardTries: 1
stopOnFail: false
parallel: true
specs:
- cypress/integration/2.7-marketplace-to-notify-and-validate.spec.js
- cypress/integration/2.8-availability-notify-validate.spec.js
dependency:
- cypress/integration/2.4-available-product-scenarios.spec.js
- cypress/integration/2.6-external-product-available-scenario.spec.js