test upload artefacts on failure
This commit is contained in:
parent
200f95b312
commit
d978ce6b48
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ module.exports = async function scenario(createSession, restCreator) {
|
|||
console.log("create REST users:");
|
||||
const charlies = await createRestUsers(restCreator);
|
||||
await lazyLoadingScenarios(alice, bob, charlies);
|
||||
throw new Error("f41l!!!");
|
||||
}
|
||||
|
||||
async function createRestUsers(restCreator) {
|
||||
|
|
Loading…
Reference in a new issue