You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We often need to prepare data before a specific test and clean up this data after the test. Therefore we use two distinct scripts assigned to the test's ExecutionPhase.
Proposal
Appending a suffix such as _before or _after to the default script name would allow one to use default detection with different scripts for preparation and cleanup.
Deliverables
Default script detection should take the ExecutionPhase into account.