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 0da4a99 commit d11c3f5Copy full SHA for d11c3f5
tests/acceptance.suite.yml
@@ -1,22 +1,9 @@
1
-# Codeception Test Suite Configuration
2
-#
3
-# Suite for acceptance tests.
4
-# Perform tests in browser using the WPWebDriver or WPBrowser.
5
-# Use WPDb to set up your initial database fixture.
6
-# If you need both WPWebDriver and WPBrowser tests - create a separate suite.
7
actor: AcceptanceTester
8
modules:
9
enabled:
10
- - WPDb
11
- WPBrowser
12
- \Helper\Acceptance
13
config:
14
- WPDb:
15
- dsn: 'mysql:host=127.0.0.1;dbname=wordpress'
16
- user: 'admin'
17
- password: 'password'
18
- url: 'http://wp-php-console.test'
19
- tablePrefix: 'wp_'
20
WPBrowser:
21
url: 'http://wp-php-console.test'
22
adminUsername: 'admin'
0 commit comments