Skip to content

Commit

Permalink
docs(test-fixtures): removed redundancy (microsoft#34185)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidizac authored Jan 2, 2025
1 parent 546b7b7 commit acdd666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/test-fixtures-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ test('passes', async ({ database, page, a11y }) => {

## Box fixtures

Usually, custom fixtures are reported as separate steps in in the UI mode, Trace Viewer and various test reports. They also appear in error messages from the test runner. For frequently-used fixtures, this can mean lots of noise. You can stop the fixtures steps from being shown in the UI by "boxing" it.
Usually, custom fixtures are reported as separate steps in the UI mode, Trace Viewer and various test reports. They also appear in error messages from the test runner. For frequently-used fixtures, this can mean lots of noise. You can stop the fixtures steps from being shown in the UI by "boxing" it.

```js
import { test as base } from '@playwright/test';
Expand Down

0 comments on commit acdd666

Please sign in to comment.