test upload artefacts on failure

This commit is contained in:
Bruno Windels 2019-04-09 16:34:03 +02:00
parent 200f95b312
commit d978ce6b48

View file

@ -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) {