Skip to content

Commit e0aa146

Browse files
committed
FRW-9592: Fixed module codecept configuration
1 parent b2409c7 commit e0aa146

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

codeception.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
namespace: SprykerTest
22
include:
33
- tests/SprykerTest/Client/Queue
4+
- tests/SprykerTest/Zed/Queue
45
paths:
56
tests: tests
67
support: .
@@ -12,6 +13,3 @@ settings:
1213
colors: true
1314
memory_limit: 1024M
1415
log: true
15-
extensions:
16-
enabled: [SprykerTest\Shared\Testify\Helper\WebDriverHelper]
17-
config: { SprykerTest\Shared\Testify\Helper\WebDriverHelper: { suites: [Presentation] } }

0 commit comments

Comments
 (0)