Skip to content

Commit

Permalink
added test name to console log
Browse files Browse the repository at this point in the history
  • Loading branch information
anandbagmar committed Aug 3, 2023
1 parent 9ce19ff commit 0501a9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/app.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ test.beforeAll(async () => {
});

test.beforeEach(async ({ page }) => {
console.log(`Running test: "${test.info().title}"`);
// Create a new Applitools Eyes object for each test.
eyes = new Eyes(Runner);

Expand Down

0 comments on commit 0501a9c

Please sign in to comment.