Skip to content
Snippets Groups Projects
Commit 3d91d630 authored by OZGCloud's avatar OZGCloud
Browse files

E2E save all screenshots as inline assets

parent eefd9075
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@
"quite": true,
"reportFilename": "report",
"overwrite": false,
"saveAllAttempts": false
"saveAllAttempts": true,
"inlineAssets": true
}
}
\ No newline at end of file
......@@ -37,6 +37,7 @@
"reportDir": "./reports/mochawesome-report",
"reportFilename": "report",
"overwrite": true,
"saveAllAttempts": false
"saveAllAttempts": true,
"inlineAssets": true
}
}
\ No newline at end of file
......@@ -44,6 +44,10 @@ describe('Navigation', () => {
dropCollections();
});
it('always failed test', function () {
expect(1).to.equal(2);
});
describe('after login', () => {
it('should show vorgangList', { defaultCommandTimeout: 30000 }, () => {
waitForSpinnerToDisappear();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment