You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.
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).
Create package greenboard
Install and configure selenium for CI runs
Prepare a script that allows to pack an updated version of the Metamask Extension with the CF vendors to install it in Chrome
Prepare a script that bootstraps a Metamask wallet
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 🤦♂️ 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 runsThe text was updated successfully, but these errors were encountered: