From 1f9bed06257b86ae42a04eaa6627c6999de32c3c Mon Sep 17 00:00:00 2001 From: Yury Shkoda Date: Mon, 29 May 2023 14:27:49 +0300 Subject: [PATCH] chore(sasjsTest): debugging --- .github/workflows/build.yml | 2 +- cypress.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a40a2a..0204834 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: | diff --git a/cypress.json b/cypress.json index 70b0483..1c47b0b 100644 --- a/cypress.json +++ b/cypress.json @@ -1,6 +1,6 @@ { "chromeWebSecurity": false, - "defaultCommandTimeout": 20000, + "defaultCommandTimeout": 100000, "env": { "sasjsTestsUrl": "", "username": "sasjstests",