Skip to content

Commit

Permalink
Update Acceptance.suite.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLandauer authored Feb 13, 2024
1 parent 9cb4968 commit 7f8b736
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions codeception/codeception/5.0/tests/Acceptance.suite.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# Codeception Test Suite Configuration
# Codeception Acceptance Test Suite Configuration
#
# Suite for acceptance tests.
# Perform tests in browser using the WebDriver or PhpBrowser.
# If you need both WebDriver and PHPBrowser tests - create a separate suite.
# Perform tests in a browser by either emulating one using PhpBrowser, or in a real browser using WebDriver.
# If you need both WebDriver and PhpBrowser tests, create a separate suite for each.

actor: AcceptanceTester
modules:
enabled:
- PhpBrowser:
url: https://localhost:8000
# add Codeception\Step\Retry trait to AcceptanceTester to enable retries
# Add Codeception\Step\Retry trait to AcceptanceTester to enable retries
step_decorators:
- Codeception\Step\ConditionalAssertion
- Codeception\Step\TryTo
Expand Down

0 comments on commit 7f8b736

Please sign in to comment.