We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2409c7 commit e0aa146Copy full SHA for e0aa146
1 file changed
codeception.yml
@@ -1,6 +1,7 @@
1
namespace: SprykerTest
2
include:
3
- tests/SprykerTest/Client/Queue
4
+ - tests/SprykerTest/Zed/Queue
5
paths:
6
tests: tests
7
support: .
@@ -12,6 +13,3 @@ settings:
12
13
colors: true
14
memory_limit: 1024M
15
log: true
-extensions:
16
- enabled: [SprykerTest\Shared\Testify\Helper\WebDriverHelper]
17
- config: { SprykerTest\Shared\Testify\Helper\WebDriverHelper: { suites: [Presentation] } }
0 commit comments