1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 09:24:35 +00:00

chore: update the command for running cypress

This commit is contained in:
2023-04-07 23:50:11 +05:00
parent 4de34cc8b0
commit b75ab13eb7

View File

@@ -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'"}'