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 b171a7c commit c153b1aCopy full SHA for c153b1a
CHANGELOG-4.1.md
@@ -1,3 +1,10 @@
1
+#### 4.1.17
2
+
3
+* Fix `codecept run suite` when suite name matches directory (bug introduced in 4.1.16)
4
+* `codecept run tests` is equivalent to `codecept run`
5
+* `codecept run :filter` works without specifying suite #6105
6
+* `codecept run tests:filter` works too
7
8
#### 4.1.16
9
10
* Detect the suite from a test path relative to the current working dir (#6051)
src/Codeception/Codecept.php
@@ -10,7 +10,7 @@ class Codecept
{
11
use DispatcherWrapper;
12
13
- const VERSION = '4.1.16';
+ const VERSION = '4.1.17';
14
15
/**
16
* @var \Codeception\PHPUnit\Runner
0 commit comments