vega-frontend-monorepo/libs/cypress
Ditmir-Vega 6bccfaf8ab
Task/252 Eth wallet connection and deposit form validation tests (#309)
* add feature/scenarios for deposits

* add file for auction orders tests

* update feature file for deposits

* update feature tests for deposit

* add feature/scenarios for deposits

* add file for auction orders tests

* update feature file for deposits

* update feature tests for deposit

* add test for wallet not connected

* fix lint warning

* add mock ethereum provider to allow connecting ethereum wallet

* add basic test for required validation errors

* add  aria for input errors for a11y and test targeting, expand submit form helper

* use mnemonic for private key generation, update tests to not submit and just assert validation message updates

* add chain id to cypress config

* update scenario

* remove feature file

* lint fix

* Update apps/trading-e2e/cypress.json

Co-authored-by: Dexter Edwards <dexter.edwards93@gmail.com>

* use mnemonic from github secret, update cypress.json env vars to match

* fix typo in test name and mnemonic env var

* update env variables

* update eth wallet mnemonic env

* Update libs/cypress/src/lib/eip1193-bridge.ts

Co-authored-by: Dexter Edwards <dexter.edwards93@gmail.com>

* remove unused reference to chainId

* update casing

* chainId reference from cypress.json

* Update apps/trading-e2e/cypress.json

Co-authored-by: Dexter Edwards <dexter.edwards93@gmail.com>

* Update apps/trading-e2e/src/support/step_definitions/deposits.step.ts

Co-authored-by: Dexter Edwards <dexter.edwards93@gmail.com>

* ignore a known failing step in the test due to wallet connected having approved status

* update testid

* update tests for deposits

* tidy up comments in custom cypress commands

* add comment about eager connect when running in cypress

* update deposits tests

Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
Co-authored-by: Dexter Edwards <dexter.edwards93@gmail.com>
2022-05-10 20:37:09 +01:00
..
src Task/252 Eth wallet connection and deposit form validation tests (#309) 2022-05-10 20:37:09 +01:00
.babelrc Task/Updated tests to pass when there are no transactions (#145) 2022-04-04 18:20:33 +01:00
.eslintrc.json Task/Updated tests to pass when there are no transactions (#145) 2022-04-04 18:20:33 +01:00
jest.config.js Task/Updated tests to pass when there are no transactions (#145) 2022-04-04 18:20:33 +01:00
project.json Task/Updated tests to pass when there are no transactions (#145) 2022-04-04 18:20:33 +01:00
README.md Task/Updated tests to pass when there are no transactions (#145) 2022-04-04 18:20:33 +01:00
tsconfig.json Task/229 Stub api in trading e2e (#211) 2022-04-12 12:04:26 +01:00
tsconfig.lib.json Task/Updated tests to pass when there are no transactions (#145) 2022-04-04 18:20:33 +01:00
tsconfig.spec.json Task/Updated tests to pass when there are no transactions (#145) 2022-04-04 18:20:33 +01:00

cypress

This library was generated with Nx.

Running unit tests

Run nx test cypress to execute the unit tests via Jest.