Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: support ignore metadata #690

Merged
merged 1 commit into from
Sep 23, 2024
Merged

feature: support ignore metadata #690

merged 1 commit into from
Sep 23, 2024

Conversation

gibiw
Copy link
Contributor

@gibiw gibiw commented Sep 23, 2024

If the test case has the ignore tag, the reporter will not send the result to the Qase TMS.

const q = qase.ignore().create();
test.meta({ ...q })(
  'test',
  async (t) => {
    await t;
  },
);

If the test case has the `ignore` tag, the reporter will not send the result to the Qase
TMS.

```ts
const q = qase.ignore().create();
test.meta({ ...q })(
  'test',
  async (t) => {
    await t;
  },
);
```
@gibiw gibiw merged commit 8c380ed into main Sep 23, 2024
42 checks passed
@gibiw gibiw deleted the feature/testcafe branch September 23, 2024 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants