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
Video files do not indicate if the screenshot is a failing test like screenshots do.
Desired behavior:
The videos that are taken during failure are named the same name as the test it failed within with (failed) appended to the filename, so you can detect the ones during failure. This PR added the (failed) functionality for screenshots: #1858
Test code to reproduce
fail a test that has screenshots and videos
observe filenames of video and screenshot
Versions
all
The text was updated successfully, but these errors were encountered:
dnaverdo
changed the title
add (failed) to screenshot filenames when test fails similar to videos
add (failed) to vidoe filenames when test fails similar to screenshots
Apr 13, 2020
dnaverdo
changed the title
add (failed) to vidoe filenames when test fails similar to screenshots
append (failed) to video filenames when test fails similar to screenshots
Apr 13, 2020
dnaverdo
changed the title
append (failed) to video filenames when test fails similar to screenshots
append (failed) to video filenames when test fails
Apr 13, 2020
We've had some discussion about this feature request and feel that this would be better served under the larger feature requested in #2522
Our thinking being that people essentially want to not save the non-passing test videos, which could be achieved in #2522 as opposed to just adding a string to the video and still leaving it up to people to implement the deletion.
Appending the (failed) string may still be part of that larger work - we haven't decided, so opinions are welcome if you'd like to comment within here or in #2522.
Current behavior:
Video files do not indicate if the screenshot is a failing test like screenshots do.
Desired behavior:
The videos that are taken during failure are named the same name as the test it failed within with
(failed)
appended to the filename, so you can detect the ones during failure. This PR added the (failed) functionality for screenshots: #1858Test code to reproduce
Versions
all
The text was updated successfully, but these errors were encountered: