We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53aa81 commit 451b0b6Copy full SHA for 451b0b6
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v2.4.0
2
+
3
+ - Add ability to test suite from a url
4
5
# v2.3.0
6
7
- Preserve test execution order alphabetical order
README.md
@@ -203,6 +203,9 @@ $ ./commander test /tmp/test.yaml
203
# Execute a single test
204
$ ./commander test /tmp/test.yaml "my test"
205
206
+# Execute suite from url
207
+$ ./commander test https://raw.githubusercontent.com/commander-cli/commander/master/integration/unix/commander_test.yaml
208
209
# Execute suites within a test directory
210
$ ./commander test --dir /tmp
211
```
0 commit comments