We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4a9b7 commit 06311e9Copy full SHA for 06311e9
lib/plugin/screenshotOnFail.js
@@ -140,12 +140,8 @@ module.exports = function (config) {
140
})
141
142
function _getUUID(test) {
143
- if (test.uuid) {
144
- return test.uuid
145
- }
146
-
147
- if (test.ctx && test.ctx.test.uuid) {
148
- return test.ctx.test.uuid
+ if (test.uid) {
+ return test.uid
149
}
150
151
return Math.floor(new Date().getTime() / 1000)
0 commit comments