docs: fix intro whats next codgen link (#30714)
This commit is contained in:
parent
8ef32a9394
commit
54cf6559b4
|
|
@ -189,7 +189,7 @@ See our doc on [Running and Debugging Tests](./running-tests.md) to learn more a
|
||||||
|
|
||||||
- [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 test, multiple tests, headed mode](./running-tests.md)
|
- [Run single test, 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)
|
||||||
- [Run tests on CI](./ci-intro.md)
|
- [Run tests on CI](./ci-intro.md)
|
||||||
- [Learn more about the NUnit and MSTest base classes](./test-runners.md)
|
- [Learn more about the NUnit and MSTest base classes](./test-runners.md)
|
||||||
|
|
|
||||||
|
|
@ -156,5 +156,7 @@ Check out our [debugging guide](./debug.md) to learn more about the [Playwright
|
||||||
|
|
||||||
## 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)
|
||||||
|
- [Run tests on CI](./ci-intro.md)
|
||||||
|
- [Learn more about the NUnit and MSTest base classes](./test-runners.md)
|
||||||
|
|
|
||||||
|
|
@ -325,7 +325,7 @@ public class ExampleTest : PageTest
|
||||||
## What's Next
|
## What's Next
|
||||||
|
|
||||||
- [Run single test, multiple tests, headed mode](./running-tests.md)
|
- [Run single test, 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)
|
||||||
- [Run tests on CI](./ci-intro.md)
|
- [Run tests on CI](./ci-intro.md)
|
||||||
- [Learn more about the NUnit and MSTest base classes](./test-runners.md)
|
- [Learn more about the NUnit and MSTest base classes](./test-runners.md)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue