File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,6 @@ coverage:
18
18
enabled : true
19
19
include :
20
20
- src/*
21
+ # Get params from .env file
22
+ params :
23
+ - tests/.env.test
Original file line number Diff line number Diff line change
1
+ CODECEPTION_URL = 127.0.0.1
2
+ CODECEPTION_PORT = 8888
Original file line number Diff line number Diff line change
1
+ # Codeception Test Suite Configuration
2
+ #
3
+ # Suite for acceptance tests.
4
+ # Perform tests in browser using the WebDriver or PhpBrowser.
5
+ # If you need both WebDriver and PHPBrowser tests - create a separate suite.
6
+
7
+ actor : AcceptanceTester
8
+ modules :
9
+ enabled :
10
+ - PhpBrowser :
11
+ url : ' http://%CODECEPTION_URL%:%CODECEPTION_PORT%'
12
+ curl :
13
+ CURLOPT_RETURNTRANSFER : true
14
+ # - \Helper\Acceptance
15
+ step_decorators : ~
You can’t perform that action at this time.
0 commit comments