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

chore: cypress added and sasjs test written

This commit is contained in:
2021-07-15 14:30:51 +02:00
parent 7cb2a43f95
commit f25035ae1d
11 changed files with 1038 additions and 1 deletions

12
cypress.json Normal file
View File

@@ -0,0 +1,12 @@
{
"chromeWebSecurity": false,
"defaultCommandTimeout": 20000,
"env": {
"sasjsTestsUrl": "",
"username": "",
"password": "",
"screenshotOnRunFailure": false,
"testingFinishTimeout": 10000
}
}