Update TEST.md

pull/5406/head
Noisy 2 days ago committed by Aniket
parent a0a3aa23b9
commit 90ac174c57
  1. 4
      apps/remixdesktop/TEST.md

@ -15,7 +15,7 @@ Executables are stored in the ./release directory. Without that executable you c
This is done by running ./rundist.bash This is done by running ./rundist.bash
Normally when you would do a 'real' release you would package remix IDE into the distributable but for local e2e this not necessary because it will use the remix IDE that is being served. Normally when you would do a 'real' release you would package remix IDE into the distributable but for local e2e this is not necessary because it will use the remix IDE that is being served.
``` ```
@ -39,7 +39,7 @@ In order to facilitate local testing nightwatch will boot the executable with th
So to start testing locally So to start testing locally
- run the IDE with 'yarn serve' as you would normally do. - run the IDE with 'yarn serve' as you would normally do.
- build your release. You will always need to this when the Desktop app itself changes its code. - build your release. You will always need to do this when the Desktop app itself changes its code.
- ./rundist.bash - ./rundist.bash
- in apps/remixdesktop: - in apps/remixdesktop:
- yarn build:e2e - yarn build:e2e

Loading…
Cancel
Save