Skip to content

Commit

Permalink
FRW-172 Upgrade to Codeception 5 (#9542)
Browse files Browse the repository at this point in the history
FRW-172 Codeception Upgrade to latest version
  • Loading branch information
geega authored Nov 9, 2022
1 parent 44adbb6 commit 6956599
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include:
- tests/SprykerTest/Zed/ProductList
paths:
tests: tests
log: tests/_output
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
Expand Down
6 changes: 3 additions & 3 deletions tests/SprykerTest/Zed/ProductList/codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ paths:
tests: .
data: ../../../_data
support: _support
log: ../../../_output
output: ../../../_output

coverage:
enabled: true
Expand All @@ -14,7 +14,7 @@ coverage:
suites:
Business:
path: Business
class_name: ProductListBusinessTester
actor: ProductListBusinessTester
modules:
enabled:
- Asserts
Expand All @@ -28,7 +28,7 @@ suites:
- \SprykerTest\Shared\Product\Helper\ProductDataHelper
Persistence:
path: Persistence
class_name: ProductListPersistenceTester
actor: ProductListPersistenceTester
modules:
enabled:
- Asserts
Expand Down

0 comments on commit 6956599

Please sign in to comment.