Open RichardGale opened 2 years ago
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.
📑 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