-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If running single spec, name output video file using spec name #980
Comments
This is included as part of issue #681 By chunking runs by spec the video names will always match the spec name. 🎉 Are we taking that issue and splitting into many smaller issues? EDIT: nevermind I see we made that one an epic and are breaking out the issues. Carry on! |
Fixed by PR #1583 |
jennifer-shehane
added
stage: pending release
and removed
stage: pending release
stage: investigating
Someone from Cypress is looking into this
stage: needs investigating
Someone from Cypress needs to look at this
stage: ready for work
The issue is reproducible and in scope
labels
May 24, 2018
Released in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
feature
If running a single spec with
--spec <filename>
instead of random video filename likeabc123.mp4
name the video file using the spec base name.Should especially help when we isolate running each spec (parallel work)
The text was updated successfully, but these errors were encountered: