Skip to content

Commit 6729b09

Browse files
committed
Include problems in screenshot.
1 parent ed5d656 commit 6729b09

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • rascal-vscode-extension/src/test/vscode-suite

rascal-vscode-extension/src/test/vscode-suite/dsl.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ parameterizedDescribe(function (errorRecovery: boolean) {
106106
afterEach(async function () {
107107
console.log(`[begin] afterEach(${this.test?.title})`);
108108
if (this.test?.title) {
109+
const bb = await new Workbench().getBottomBar();
110+
await bb.openProblemsView();
109111
await ide.screenshot(`DSL-${errorRecovery}-`+ this.test?.title);
110112
}
111113
await ide.cleanup();

0 commit comments

Comments
 (0)