Open joelalejandro opened 5 years ago
We had to scrap the idea of testing with Cypress because they're not ready for Chrome Extensions yet (see cypress-io/cypress#1965). So we're moving forward with Puppeteer instead.
Once again, scrapping an idea :man_facepalming: Puppeteer offers no API to interact with the browser toolbar, so we wouldn't be able to sign messages or deposits. Moving on to Selenium.
We'll add a new package called
greenboard
. Its goal is to test a series of interaction flows simulating user input for the scenarios described in #1852.Task list
Initial work was done in the
joel/e2e
branch (see #1906).greenboard
selenium
for CI runs