Skip to content

Commit ed88a68

Browse files
Adding runtime limitation (#474)
* Adding runtime limitation ... see Codeception/Codeception#5359 (comment) Question: Which other things (like `depends`) cannot be changed? * Update docs/06-ModulesAndHelpers.md Co-authored-by: Michael Bodnarchuk <DavertMik@users.noreply.github.com>
1 parent 905bd81 commit ed88a68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/06-ModulesAndHelpers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,8 @@ $this->getModule('WebDriver')->_restart();
542542

543543
{% endhighlight %}
544544

545+
> You cannot change static test configurations like `depends` at runtime.
546+
545547
At the end of a test all configuration changes will be rolled back to the original configuration values.
546548

547549
### Runtime Configuration of a Test

0 commit comments

Comments
 (0)