mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
b724dd009c
Added a Testem configuration that launches a Qunit page with an iFrame that builds and loads our mock-dev page and can interact with it and run tests on it. Wrote a simple test that accepts the terms and conditions and transitions to the next page. I am not doing any fancy redux-hooks for the async waiting, I've simply added a `tests/integration/helpers.js` file with a `wait()` function that returns a promise that should wait long enough. Long term we should hook into the app lifecycle by some means for testing, so we only wait the right amount of time, and wait long enough for slower processes to complete, but this may work for the time being, just enough to run some basic automated browser tests.
16 lines
157 B
Plaintext
16 lines
157 B
Plaintext
dist
|
|
|
|
node_modules
|
|
temp
|
|
.tmp
|
|
.sass-cache
|
|
app/bower_components
|
|
test/bower_components
|
|
package
|
|
|
|
.DS_Store
|
|
builds/
|
|
notes.txt
|
|
app/.DS_Store
|
|
development/bundle.js
|