1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-03 10:40:06 +00:00

chore(sasjsTest): debugging

This commit is contained in:
Yury Shkoda
2023-05-29 14:27:49 +03:00
parent 51fdea46fc
commit 1f9bed0625
2 changed files with 2 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ jobs:
pm2 start --name sasjs-test npm -- start
cat ./public/config.json
cat ../cypress.json
pm2 logs sasjs-test --lines 100
curl http://localhost:3000
- name: Run cypress on sasjs
run: |

View File

@@ -1,6 +1,6 @@
{
"chromeWebSecurity": false,
"defaultCommandTimeout": 20000,
"defaultCommandTimeout": 100000,
"env": {
"sasjsTestsUrl": "",
"username": "sasjstests",