Skip to content

Commit

Permalink
ENGINEERS-1127: fixed file names for cypress tests (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
thyarles authored Feb 24, 2023
1 parent 02e5f41 commit b63f6fa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed

- [ENGINEERS-1127] Standardization of file names for Cypress tests

### Added

- Added export graphql testcase and removed readwishlistdata api
Expand Down
8 changes: 4 additions & 4 deletions cy-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ strategy:
parallel: false
specs:
- cypress/integration/2.3-add-product-in-wishlist-without-login.spec.js
- cypress/integration/2.4-add-product-in-wishlist-with-login.js
- cypress/integration/2.5-orderProduct-from-wishlist.js
- cypress/integration/2.4-add-product-in-wishlist-with-login.spec.js
- cypress/integration/2.5-orderProduct-from-wishlist.spec.js
dependency:
- cypress/integration/2.2-api_testcases.spec.js
download_wishlist:
Expand All @@ -106,5 +106,5 @@ strategy:
- cypress/integration/2.6-download-wishlist.spec.js
dependency:
- cypress/integration/2.3-add-product-in-wishlist-without-login.spec.js
- cypress/integration/2.4-add-product-in-wishlist-with-login.js
- cypress/integration/2.5-orderProduct-from-wishlist.js
- cypress/integration/2.4-add-product-in-wishlist-with-login.spec.js
- cypress/integration/2.5-orderProduct-from-wishlist.spec.js

0 comments on commit b63f6fa

Please sign in to comment.