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
Hello, using quarantineMode I would like to have a ${TIMESTAMP} variable that can be used in .testcaferc.js screenshots pathPattern so I can save a screenshots of the failed test for each test retry. Otherwise in the current approach the screenshots will have the same name and will be overwritten.
e.g. pathPattern: '${DATE}${TIME}${TIMESTAMP}/${TEST}.png' // the TIMESTAMP/other unique dynamic identifier does not work
What are you suggesting?
pathPattern: '${DATE}${TIME}${TIMESTAMP}/${TEST}.png' // the TIMESTAMP/other unique dynamic identifier does not work
What alternatives have you considered?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Please use ${QUARANTINE_ATTEMPT} or ${RUN_ID} placeholders. They will add an attempt number to a screenshot file name during test runs. You can use them in the following way: pathPattern: '${DATE}${TIME}_${TEST}_${QUARANTINE_ATTEMPT}.png'
What is your Scenario?
Hello, using quarantineMode I would like to have a ${TIMESTAMP} variable that can be used in .testcaferc.js screenshots pathPattern so I can save a screenshots of the failed test for each test retry. Otherwise in the current approach the screenshots will have the same name and will be overwritten.
e.g. pathPattern: '${DATE}${TIME}${TIMESTAMP}/${TEST}.png' // the TIMESTAMP/other unique dynamic identifier does not work
What are you suggesting?
pathPattern: '${DATE}${TIME}${TIMESTAMP}/${TEST}.png' // the TIMESTAMP/other unique dynamic identifier does not work
What alternatives have you considered?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: