docs(intro-section): fix links (#17241)
This commit is contained in:
parent
04ed32e531
commit
dce7cbb446
|
|
@ -46,4 +46,4 @@ To learn more about generating tests check out or detailed guide on [Codegen](./
|
||||||
|
|
||||||
## What's Next
|
## What's Next
|
||||||
|
|
||||||
- [See a trace of your tests](./trace-viewer.md)
|
- [See a trace of your tests](./trace-viewer-intro.md)
|
||||||
|
|
|
||||||
|
|
@ -100,5 +100,5 @@ npx playwright show-report
|
||||||
|
|
||||||
- [Write tests using web first assertions, page fixtures and locators](./writing-tests.md)
|
- [Write tests using web first assertions, page fixtures and locators](./writing-tests.md)
|
||||||
- [Run single tests, multiple tests, headed mode](./running-tests.md)
|
- [Run single tests, multiple tests, headed mode](./running-tests.md)
|
||||||
- [Generate tests with Codegen](./codegen.md)
|
- [Generate tests with Codegen](./codegen-intro.md)
|
||||||
- [See a trace of your tests](./trace-viewer-intro.md)
|
- [See a trace of your tests](./trace-viewer-intro.md)
|
||||||
|
|
|
||||||
|
|
@ -104,5 +104,5 @@ You can click on each test and explore the tests errors as well as each step of
|
||||||
|
|
||||||
## What's Next
|
## What's Next
|
||||||
|
|
||||||
- [Generate tests with Codegen](./codegen.md)
|
- [Generate tests with Codegen](./codegen-intro.md)
|
||||||
- [See a trace of your tests](./trace-viewer-intro.md)
|
- [See a trace of your tests](./trace-viewer-intro.md)
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ export default config;
|
||||||
|
|
||||||
### Multiple reporters
|
### Multiple reporters
|
||||||
|
|
||||||
You can use multiple reporters at the same time. For example you can use`'list'` for nice terminal output and `'json'` to get a comprehensive json file with the test results.
|
You can use multiple reporters at the same time. For example you can use `'list'` for nice terminal output and `'json'` to get a comprehensive json file with the test results.
|
||||||
|
|
||||||
```js tab=js-js
|
```js tab=js-js
|
||||||
// playwright.config.js
|
// playwright.config.js
|
||||||
|
|
|
||||||
|
|
@ -145,5 +145,5 @@ test.describe("navigation", () => {
|
||||||
## What's Next
|
## What's Next
|
||||||
|
|
||||||
- [Run single tests, multiple tests, headed mode](./running-tests.md)
|
- [Run single tests, multiple tests, headed mode](./running-tests.md)
|
||||||
- [Generate tests with Codegen](./codegen.md)
|
- [Generate tests with Codegen](./codegen-intro.md)
|
||||||
- [See a trace of your tests](./trace-viewer-intro.md)
|
- [See a trace of your tests](./trace-viewer-intro.md)
|
||||||
Loading…
Reference in a new issue