Skip to content

Commit

Permalink
up log msg
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-dubinin committed Nov 28, 2024
1 parent 7079bfa commit 122409e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e/tests/monitoring.market.wallet.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ test.describe("Test Market Buy/Sell Order feature", () => {

// biome-ignore lint/correctness/noEmptyPattern: <explanation>
test.afterEach(async ({}, testInfo) => {
console.log(`Test status: ${testInfo.status}`);
console.log(`Test [${testInfo.title}] status: ${testInfo.status}`);
if (testInfo.status === "failed") {
const name = testInfo.title;
process.env.GITHUB_STEP_SUMMARY = `Test ${name} failed.`;
Expand Down

0 comments on commit 122409e

Please sign in to comment.