You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/functional/run-single-test.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
#!/bin/bash
2
2
# requires "npm i -D @cypress/grep"
3
-
# ALLOW_FAIL=1 - means dont' fail early on HTTP 4xx, 5xx errors
3
+
# ALLOW_FAIL=1 - means don't fail early on HTTP 4xx, 5xx errors
4
4
# Example: ALLOW_FAIL=1 ./run-single-test.sh github-repositories 'Get GitHub branch protection for given repository - Record should Returns 200 Response'
0 commit comments