forked from vtex-apps/quickorder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cy-runner.yml
96 lines (94 loc) · 2.52 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
---
base:
secrets:
enabled: true
name: VTEX_QE
vtex:
account: productusqa
id: 2001459804
domain: myvtex.com
urlExternalSeller: https://productusqaseller.myvtex.com
vtexIdUrl: https://vtexid.vtex.com.br/api/vtexid/pub/authenticate/default
orderFormConfig: https://productusqa.vtexcommercestable.com.br/api/checkout/pvt/configuration/orderForm
twilio:
enabled: true
jira:
enabled: true
account: vtex-dev
board: QUICKORDER
issueType: Bug
priority: High
testing: true
slack:
enabled: false
channel: some-channel
cypress:
devMode: false
runHeaded: false
getCookies: true
maxJobs: 2
quiet: true
projectId: oph4td
video: true
videoCompression: 40
videoUploadOnPasses: false
screenshotOnRunFailure: true
trashAssetsBeforeRuns: false
viewportWidth: 1440
viewportHeight: 900
defaultCommandTimeout: 25000
requestTimeout: 25000
watchForFileChanges: false
pageLoadTimeout: 45000
browser: chrome
chromeWebSecurity: false
sorry: false
stateFiles: []
workspace:
# If random a new name will be generated with prefix (ie b2b1234567)
name: random
prefix: quickorder
# If enabled it'll link the app for integration tests with PR code
linkApp:
enabled: true
logOutput:
enabled: false
installApps: []
removeApps: []
wipe:
enabled: true
stopOnFail: false
specs:
- cypress-shared/integration/quick-order/wipe.spec.js
teardown:
enabled: true
strategy:
# The strategies must be in order, with dependent tests last
graphql:
enabled: true
sendDashboard: true
hardTries: 1
stopOnFail: true
parallel: true
specs:
- cypress-shared/integration/quick-order/1.1-graphql.spec.js
skuCodeQuantityAndUploadCSVTestCase:
enabled: true
sendDashboard: true
hardTries: 2
stopOnFail: false
parallel: true
specs:
- cypress-shared/integration/quick-order/1.2.1-skucode_quantity.spec.js
- cypress-shared/integration/quick-order/1.2.2-skucode_quantity_negative_testcase.spec.js
- cypress-shared/integration/quick-order/1.3.1-upload_csv.spec.js
- cypress-shared/integration/quick-order/1.3.3_download-spreadsheet_verify_data&extension.spec.js
OneByOneAndCategoriesTestCase:
enabled: true
sendDashboard: true
hardTries: 2
stopOnFail: false
parallel: true
specs:
- cypress-shared/integration/quick-order/1.4-one_by_one.spec.js
- cypress-shared/integration/quick-order/1.5-categories.spec.js