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

ci: sasjs tests

This commit is contained in:
2023-04-10 10:05:10 +02:00
parent e951ea0ab2
commit a633bda24d
3 changed files with 46 additions and 1 deletions

View File

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