Skip to content

Commit 451b0b6

Browse files
committed
update changeloog and add readme docs
1 parent f53aa81 commit 451b0b6

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v2.4.0
2+
3+
- Add ability to test suite from a url
4+
15
# v2.3.0
26

37
- Preserve test execution order alphabetical order

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,9 @@ $ ./commander test /tmp/test.yaml
203203
# Execute a single test
204204
$ ./commander test /tmp/test.yaml "my test"
205205

206+
# Execute suite from url
207+
$ ./commander test https://raw.githubusercontent.com/commander-cli/commander/master/integration/unix/commander_test.yaml
208+
206209
# Execute suites within a test directory
207210
$ ./commander test --dir /tmp
208211
```

0 commit comments

Comments
 (0)