diff --git a/sasjs-tests/sasjs-cypress-run.sh b/sasjs-tests/sasjs-cypress-run.sh index ceeb4fc..6c9ab4e 100755 --- a/sasjs-tests/sasjs-cypress-run.sh +++ b/sasjs-tests/sasjs-cypress-run.sh @@ -1,6 +1,6 @@ #!/bin/bash -if npm run cy:run -- --spec "cypress/integration/sasjs.tests.ts" ; then +if npm run cypress ; then echo "Cypress sasjs testing passed!" else echo '{"msgtype":"m.text", "body":"Automated sasjs-tests failed on the @sasjs/adapter PR: '$2'"}'