diff options
author | kumavis <kumavis@users.noreply.github.com> | 2017-04-29 03:37:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-29 03:37:53 +0800 |
commit | 012f837c1d658eb24e45da41a192de31907a31b1 (patch) | |
tree | 778b3bb1c745de683ca9d0eb5bf97d3742ab51d2 /mascara/README.md | |
parent | 6f17c996c22801cc5fbdc060b7365c2da1c3087f (diff) | |
parent | d4cad22fa7b2e9e05ac98a490cb446b37d6978f9 (diff) | |
download | tangerine-wallet-browser-012f837c1d658eb24e45da41a192de31907a31b1.tar tangerine-wallet-browser-012f837c1d658eb24e45da41a192de31907a31b1.tar.gz tangerine-wallet-browser-012f837c1d658eb24e45da41a192de31907a31b1.tar.bz2 tangerine-wallet-browser-012f837c1d658eb24e45da41a192de31907a31b1.tar.lz tangerine-wallet-browser-012f837c1d658eb24e45da41a192de31907a31b1.tar.xz tangerine-wallet-browser-012f837c1d658eb24e45da41a192de31907a31b1.tar.zst tangerine-wallet-browser-012f837c1d658eb24e45da41a192de31907a31b1.zip |
Merge pull request #1356 from MetaMask/mascaraTuneUps
Mascara tune ups
Diffstat (limited to 'mascara/README.md')
-rw-r--r-- | mascara/README.md | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/mascara/README.md b/mascara/README.md index cdeb4795c..db5b4f404 100644 --- a/mascara/README.md +++ b/mascara/README.md @@ -1,20 +1,24 @@ start the dual servers (dapp + mascara) ``` -node server.js +npm run mascara ``` ## First time use: -- navigate to: http://localhost:9001/popup/popup.html +- navigate to: http://localhost:9001 - Create an Account -- go back to http://localhost:9002/ +- go back to http://localhost:9002 - open devTools - click Sync Tx -### Todos +## Tests: - - [ ] Figure out user flows and UI redesign - - [ ] Figure out FireFox - Standing problems: - - [ ] IndexDb +``` +npm run testMascara +``` + +Test will run in browser, you will have to have these browsers installed: +- Chrome +- Firefox +- Opera |