-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EPMRPP-8485 || Test is finished when test exceed timeout (#116)
* EPMRPP-8485 || Test-is-finished-when-test-exceed-timeout * EPMRPP-84855 || Adjust onTestEnd logic We need to remove result.status === timedOut because in case we have expect().toPass({timeout:5_000}) and global timeout set to 20_000 status !== timedOut. .toPass retries expect until it pass or timer exceeds. If timer exceeds test has result === failed, but playwright itself doesn't invoke onStepEnd method. * EPMRPP-84855 || Code review fixes - 1 * EPMRPP-84855 || Add unit tests
- Loading branch information
Showing
3 changed files
with
63 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters