mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-05 19:50:06 +00:00
chore(sasjsTest): debugging
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -81,7 +81,7 @@ jobs:
|
|||||||
pm2 start --name sasjs-test npm -- start
|
pm2 start --name sasjs-test npm -- start
|
||||||
cat ./public/config.json
|
cat ./public/config.json
|
||||||
cat ../cypress.json
|
cat ../cypress.json
|
||||||
pm2 logs sasjs-test --lines 100
|
curl http://localhost:3000
|
||||||
|
|
||||||
- name: Run cypress on sasjs
|
- name: Run cypress on sasjs
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"chromeWebSecurity": false,
|
"chromeWebSecurity": false,
|
||||||
"defaultCommandTimeout": 20000,
|
"defaultCommandTimeout": 100000,
|
||||||
"env": {
|
"env": {
|
||||||
"sasjsTestsUrl": "",
|
"sasjsTestsUrl": "",
|
||||||
"username": "sasjstests",
|
"username": "sasjstests",
|
||||||
|
|||||||
Reference in New Issue
Block a user