1
0
mirror of synced 2025-12-20 10:28:40 -05:00

[EDI - Builders] Update short titles for Copilot Tutorials (#56811)

This commit is contained in:
Sunbrye Ly
2025-07-23 12:56:11 -07:00
committed by GitHub
parent 8528155e46
commit d6ae404dfc
24 changed files with 28 additions and 26 deletions

View File

@@ -1,10 +1,11 @@
---
title: Create end-to-end tests for a webpage
title: Creating end-to-end tests for a webpage
shortTitle: Create end-to-end tests
intro: '{% data variables.copilot.copilot_chat_short %} can help with generating end-to-end tests.'
redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/testing-code/create-end-to-end-tests-for-a-webpage
- /copilot/copilot-chat-cookbook/testing-code/create-end-to-end-tests-for-a-webpage
- /copilot/tutorials/copilot-chat-cookbook/testing-code/create-end-to-end-tests-for-a-webpage
versions:
feature: copilot
category:

View File

@@ -1,10 +1,11 @@
---
title: Create mock objects to abstract layers
title: Creating mock objects to abstract layers
shortTitle: Create mock objects
intro: '{% data variables.copilot.copilot_chat_short %} can help with creating mock objects that you can use for unit tests.'
redirect_from:
- /copilot/example-prompts-for-github-copilot-chat/testing-code/create-mock-objects-to-abstract-layers
- /copilot/copilot-chat-cookbook/testing-code/create-mock-objects-to-abstract-layers
- /copilot/tutorials/copilot-chat-cookbook/testing-code/create-mock-objects-to-abstract-layers
versions:
feature: copilot
category:

View File

@@ -1,5 +1,5 @@
---
title: Generate unit tests
title: Generating unit tests
shortTitle: Generate unit tests
intro: '{% data variables.copilot.copilot_chat_short %} can help with generating unit tests for a function.'
redirect_from:

View File

@@ -10,7 +10,7 @@ topics:
- Copilot
children:
- /generate-unit-tests
- /create-mock-objects-to-abstract-layers
- /create-end-to-end-tests-for-a-webpage
- /creating-mock-objects-to-abstract-layers
- /creating-end-to-end-tests-for-a-webpage
---