-
Notifications
You must be signed in to change notification settings - Fork 125
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
Support playwright runtime annotations #1188
Comments
Also, would be nice if we can support other test annotations not just skip or fixme. Test annotations can be any combination of type/description: import { test, expect } from '@playwright/test'; test('test login page', { |
+1 on this! |
+1 on this |
1 similar comment
+1 on this |
simple-elf
pushed a commit
to simple-elf/allure-js
that referenced
this issue
Jan 14, 2025
simple-elf
pushed a commit
to simple-elf/allure-js
that referenced
this issue
Jan 14, 2025
simple-elf
pushed a commit
to simple-elf/allure-js
that referenced
this issue
Jan 14, 2025
simple-elf
pushed a commit
to simple-elf/allure-js
that referenced
this issue
Jan 14, 2025
simple-elf
pushed a commit
to simple-elf/allure-js
that referenced
this issue
Jan 15, 2025
2 tasks
simple-elf
added a commit
to simple-elf/allure-js
that referenced
this issue
Jan 15, 2025
2 tasks
epszaw
pushed a commit
that referenced
this issue
Jan 28, 2025
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can we add support for playwright runtime annotations?
https://playwright.dev/docs/test-annotations
For example:
testInfo.annotations.push({ type: 'test_key', description: 'KEY-123' });
test.info().annotations.push( {
type: 'browser version',
description: '1.0.0',
});
In the html report they show like this:
Related to: #661 #490
The text was updated successfully, but these errors were encountered: