We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1ee15 commit 76a4fb6Copy full SHA for 76a4fb6
.github/workflows/tests.yml
@@ -37,4 +37,6 @@ jobs:
37
run: ./bin/phantomas.js http://127.0.0.1:8888/ --pretty | grep "generator" -A4
38
39
- name: Check that bin/phantomas.js handles errors correctly
40
- run: ./bin/phantomas.js http://127.0.0.1:1234/ 2>&1 | grep "net::ERR_CONNECTION_REFUSED at http://127.0.0.1:1234"
+ run: |
41
+ ./bin/phantomas.js http://127.0.0.1:1234/ 2>&1 | grep "net::ERR_CONNECTION_REFUSED at http://127.0.0.1:1234"
42
+ ./bin/phantomas.js http://127.0.0.1:8888/not_found 2>&1 | grep "Error: Navigation failed because browser has disconnected!"
0 commit comments