|
|
@ -269,19 +269,12 @@ jobs: |
|
|
|
yarn |
|
|
|
yarn |
|
|
|
yarn dist |
|
|
|
yarn dist |
|
|
|
yarn run selenium-install-win |
|
|
|
yarn run selenium-install-win |
|
|
|
- run: |
|
|
|
|
|
|
|
name: start selenium |
|
|
|
|
|
|
|
command: | |
|
|
|
|
|
|
|
cd "apps/remixdesktop/" |
|
|
|
|
|
|
|
yarn -v |
|
|
|
|
|
|
|
yarn run selenium-standalone start |
|
|
|
|
|
|
|
shell: powershell.exe |
|
|
|
|
|
|
|
background: true |
|
|
|
|
|
|
|
- run: |
|
|
|
- run: |
|
|
|
name: start tests |
|
|
|
name: start tests |
|
|
|
command: | |
|
|
|
command: | |
|
|
|
cd "apps/remixdesktop/" |
|
|
|
cd "apps/remixdesktop/" |
|
|
|
yarn -v |
|
|
|
yarn -v |
|
|
|
|
|
|
|
Start-Job -ScriptBlock { yarn run selenium-win } |
|
|
|
sleep 15 |
|
|
|
sleep 15 |
|
|
|
yarn run test:app:win |
|
|
|
yarn run test:app:win |
|
|
|
shell: powershell.exe |
|
|
|
shell: powershell.exe |
|
|
|