MyMailProtocol / permamail-app

Mail inbox app deployed on the permaweb
Apache License 2.0
7 stars 2 forks source link

Automated testing #22

Open RichardGale opened 2 years ago

RichardGale commented 2 years ago

📑 Description

Adds dependencies on mocha and chai (test frameworks) and selenium-driver (for controlling the browser).

Mocha drives tests. Chai tests results. Selenium automates the browser.

DefaultTest.js includes testing for the KeyDropper component, dropping a good key and logging in, rejecting a bad key.

Note: will need to update NEW_ACCOUNT_KEY and EXISTING_ACCOUNT_KEY with your own wallet files.

✅ Checks

ℹ Additional Information