docs(test-configuration): fix testConfig.testMatch markdown escaping (#23044)
This commit is contained in:
parent
aa6eb41466
commit
5fe0a2f5ab
|
|
@ -85,7 +85,7 @@ export default defineConfig({
|
|||
| Option | Description |
|
||||
| :- | :- |
|
||||
| [`property: TestConfig.testIgnore`] | Glob patterns or regular expressions that should be ignored when looking for the test files. For example, `'*test-assets'` |
|
||||
| [`property: TestConfig.testMatch`] | Glob patterns or regular expressions that match test files. For example, `'*todo-tests/*.spec.ts'`. By default, Playwright runs `.*(test|spec)\.(js|ts|mjs)` files. |
|
||||
| [`property: TestConfig.testMatch`] | Glob patterns or regular expressions that match test files. For example, `'*todo-tests/*.spec.ts'`. By default, Playwright runs <code>.*(test|spec)\.(js|ts|mjs)</code> files. |
|
||||
|
||||
## Advanced Configuration
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue