Skip to content

Commit

Permalink
Merge pull request #19 from vtex-apps/adyen_yml
Browse files Browse the repository at this point in the history
ENGINEERS-954 - Changes in Adyen yml file
  • Loading branch information
saravananvenkatesan authored Dec 20, 2022
2 parents 9974769 + c9b8c7e commit ddb44d3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added
- Updated cy-runner.yml file in adyen platforms

### Added
- cy-runner is added for cypress e2e automation

Expand Down
22 changes: 12 additions & 10 deletions cy-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ base:
jira:
enabled: true
account: vtex-dev
board: "ADYENPLAT"
board: ADYENPLAT
issueType: Bug
priority: High
slack:
Expand All @@ -38,17 +38,19 @@ base:
pageLoadTimeout: 45000
browser: chrome
chromeWebSecurity: false
stateFiles: [.orders.json, .accountholder.json, .accounttoken.json, .webhook.json, .accountholderCode.json]
stateFiles: [.orders.json, .accountholder.json, .accounttoken.json, .webhook.json, .accountholderCode.json, .account.json]
keepStateFiles: true

workspace:
name: random
prefix: adyen
reserveAccount:
enabled: true
linkApp:
enabled: true
installApps:
- vtex.connector-adyen@0.x
- vtex.adyen-platforms@0.x
- vtex.connector-adyen
- vtex.adyen-platforms
removeApps: []
wipe:
enabled: true
Expand All @@ -72,7 +74,7 @@ strategy:
enabled: true
sendDashboard: true
hardTries: 1
stopOnFail: true
stopOnFail: false
parallel: false
specs:
- cypress-shared/integration/adyen/2.1-graphql_testcases.spec.js
Expand All @@ -82,7 +84,7 @@ strategy:
enabled: true
sendDashboard: true
hardTries: 1
stopOnFail: true
stopOnFail: false
parallel: false
specs:
- cypress-shared/integration/adyen/2.11-rest-apis.spec.js
Expand All @@ -92,7 +94,7 @@ strategy:
enabled: true
sendDashboard: true
hardTries: 3
stopOnFail: true
stopOnFail: false
parallel: true
specs:
- cypress-shared/integration/adyen/2.2-singleProduct.spec.js
Expand All @@ -107,8 +109,8 @@ strategy:
enabled: true
sendDashboard: true
hardTries: 1
stopOnFail: true
parallel: true
stopOnFail: false
parallel: false
specs:
- cypress-shared/integration/adyen/2.8-transactions.spec.js
dependency:
Expand All @@ -122,7 +124,7 @@ strategy:
enabled: true
sendDashboard: true
hardTries: 3
stopOnFail: true
stopOnFail: false
parallel: true
specs:
- cypress-shared/integration/adyen/2.9-fullRefund-transaction.spec.js
Expand Down

0 comments on commit ddb44d3

Please sign in to comment.