Skip to content

Commit

Permalink
fix: add lowercase test suite files
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhooks committed Dec 15, 2023
1 parent 1852f33 commit eae19ee
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
27 changes: 27 additions & 0 deletions tests/acceptance.suite.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Acceptance test suite configuration

# Performs tests in browser using the lucatume/WPBrowser

actor: AcceptanceTester
bootstrap: _bootstrap.php
modules:
enabled:
- lucatume\WPBrowser\Module\WPBrowser
config:
lucatume\WPBrowser\Module\WPBrowser:
loadOnly: true
url: "%WORDPRESS_URL%"
wpRootFolder: "%WORDPRESS_ROOT_FOLDER%"
dbHost: "%WORDPRESS_DB_HOST%"
dbName: "%WORDPRESS_DB_DATABASE%"
dbUser: "%WORDPRESS_DB_USER%"
dbPassword: "%WORDPRESS_DB_PASSWORD%"
dump: "./_data/dump.sql"
tablePrefix: "%WORDPRESS_TABLE_PREFIX%"
adminUsername: "%WORDPRESS_ADMIN_USER%"
adminPassword: "%WORDPRESS_ADMIN_PASSWORD%"
adminPath: "%WORDPRESS_ADMIN_PATH%"
headers:
X_WPBROWSER_REQUEST: 1
X_TEST_REQUEST: 1
X_APM_REQUEST: 1s
4 changes: 4 additions & 0 deletions tests/unit.suite.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Unit Test Suite Configuration

bootstrap: _bootstrap.php
modules:

0 comments on commit eae19ee

Please sign in to comment.