Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Screenshots gets overwritten if there are multiple test failures in one descriptor #269

Closed
pranavparikh opened this issue Jun 16, 2014 · 1 comment

Comments

@pranavparikh
Copy link

If a descriptor has multiple failures, the screenshots gets overwritten as it gets stored at this path - /arrow-target/screenshots/arrow-1.png . Instead , it should be /arrow-target/screenshots/arrow-greeter-test-1.png.

"greeter-test": {
"params": {
"test": "./test-unit.js",
"lib": "../common/lib/greeter.js"
}
},
"greeter-test-2": {
"params": {
"test": "./test-unit-2.js",
"lib": "../common/lib/greeter.js"
}
},
"greeter-test-3": {
"params": {
"test": "./test-unit-2.js",
"lib": "../common/lib/greeter.js"
}
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant