Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/07-AdvancedUsage.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public function worksOnCondition(AcceptanceTester $I, \Codeception\Scenario $sce
// some condition to execute test or not
if ($this->shouldNotBeExecuted) {
// skip test on condition
// please not that `_before` is still executed for this test
// please note that `_before` is still executed for this test
// and browser is launched in case of acceptance test
$scenario->skip('This test is skipped on this condition');
}
Expand Down