PrimeDAO / prime-deals-dapp

DAO to DAO negotiations facilitated, ratified, and archived.
https://www.prime.xyz/deals
3 stars 1 forks source link

Tests: Improve mocking of automated tests #974

Open hiaux0 opened 2 years ago

hiaux0 commented 2 years ago
  1. don't mock EthereumService
  2. Try to get rid of as many if (window.Cypress) in main.ts as possible
  3. Ideal: Application does not know about Automated Testing framework at all
    • or at least minimize
    • just pass Cypress.aurelia, so we can access the dependency container
  4. Fix bundling, so that we can directly import Services