docs(intro-section): fix links (#17241)

This commit is contained in:
Nav-2d 2022-09-12 06:11:52 -07:00 committed by GitHub
parent 04ed32e531
commit dce7cbb446
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -46,4 +46,4 @@ To learn more about generating tests check out or detailed guide on [Codegen](./
## What's Next
- [See a trace of your tests](./trace-viewer.md)
- [See a trace of your tests](./trace-viewer-intro.md)

View file

@ -100,5 +100,5 @@ npx playwright show-report
- [Write tests using web first assertions, page fixtures and locators](./writing-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)

View file

@ -104,5 +104,5 @@ You can click on each test and explore the tests errors as well as each step of
## 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)

View file

@ -36,7 +36,7 @@ export default config;
### 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
// playwright.config.js

View file

@ -145,5 +145,5 @@ test.describe("navigation", () => {
## What's Next
- [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)