Skip to content

Commit

Permalink
Merge pull request #17 from vtex-apps/cypress-improvements
Browse files Browse the repository at this point in the history
[ENGINEERS-960] - Updated cy-runner.yml file
  • Loading branch information
shashidhar85 authored Dec 15, 2022
2 parents b6f6d6f + 03dab6e commit 982ea9c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [Unreleased]

### Changed

- Updated cy-runner.yml

## [0.0.9] - 2022-12-13

### Fixed
Expand Down
15 changes: 5 additions & 10 deletions cy-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ base:
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
deployCli:
# Implies login with credentials from base.secrets.name
# If you want to use the current vtex login, disable it
enabled: true
git: https://github.com/vtex/toolbelt.git
branch: qe/cypress
twilio:
enabled: true
jira:
enabled: true
account: vtex-dev
Expand Down Expand Up @@ -48,14 +40,17 @@ base:
pageLoadTimeout: 45000
browser: chrome
chromeWebSecurity: false
sorry: false
stateFiles:
- .orders.json

workspace:
# If random a new name will be generated with prefix (ie b2b1234567)
name: random
prefix: affirmcomponents
reserveAccount:
enabled: true
setup:
- [email protected]
# If enabled it'll link the app for integration tests with PR code
linkApp:
enabled: true
Expand All @@ -75,7 +70,7 @@ workspace:
specs:
- cypress-shared/integration/affirm/wipe.spec.js
teardown:
enabled: false
enabled: true

strategy:
# The strategies must be in order, with dependent tests last
Expand Down

0 comments on commit 982ea9c

Please sign in to comment.