mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-11 04:30:17 +03:00
docs: Add Warning about Github Annotations (#29202)
This commit is contained in:
parent
c85308d717
commit
82f40d0802
@ -289,7 +289,9 @@ export default defineConfig({
|
||||
|
||||
You can use the built in `github` reporter to get automatic failure annotations when running in GitHub actions.
|
||||
|
||||
Note that all other reporters work on GitHub Actions as well, but do not provide annotations.
|
||||
Note that all other reporters work on GitHub Actions as well, but do not provide annotations. Also, it is not recommended to
|
||||
use this annotation type if running your tests with a matrix strategy as the stack trace failures will multiply and obscure the
|
||||
GitHub file view.
|
||||
|
||||
```js title="playwright.config.ts"
|
||||
import { defineConfig } from '@playwright/test';
|
||||
|
Loading…
Reference in New Issue
Block a user