{"id":586059,"date":"2026-02-05T11:55:35","date_gmt":"2026-02-05T19:55:35","guid":{"rendered":"https:\/\/clickup.com\/blog\/?p=586059"},"modified":"2026-02-05T11:55:40","modified_gmt":"2026-02-05T19:55:40","slug":"how-to-use-github-copilot-for-test-case-generation","status":"publish","type":"post","link":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/","title":{"rendered":"How to Use GitHub Copilot for Test Case Generation"},"content":{"rendered":"\n<p>GitHub Copilot can generate hundreds of test cases in minutes\u2014with controlled experiments showing developers <a href=\"https:\/\/arxiv.org\/abs\/2506.10051\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">finish 35% faster<\/a>\u2014but here&#8217;s the catch: those AI-generated tests are only as useful as your ability to track, organize, and connect them to the rest of your development workflow. <\/p>\n\n\n\n<p>This guide walks you through using GitHub Copilot to scaffold test cases quickly, then shows you how to manage them effectively so they don&#8217;t become just another pile of orphaned code files.<\/p>\n\n\n<div class=\"wp-block-ub-table-of-contents-block ub_table-of-contents\" id=\"ub_table-of-contents-e13c246a-e9db-4963-91ae-b85e9c697bec\" data-linktodivider=\"false\" data-showtext=\"show\" data-hidetext=\"hide\" data-scrolltype=\"auto\" data-enablesmoothscroll=\"false\" data-initiallyhideonmobile=\"false\" data-initiallyshow=\"true\"><div class=\"ub_table-of-contents-header-container\" style=\"\">\n\t\t\t<div class=\"ub_table-of-contents-header\" style=\"text-align: left; \">\n\t\t\t\t<div class=\"ub_table-of-contents-title\">GitHub Copilot for Test Case Generation<\/div>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t<\/div><div class=\"ub_table-of-contents-extra-container\" style=\"\">\n\t\t\t<div class=\"ub_table-of-contents-container ub_table-of-contents-1-column \">\n\t\t\t\t<ul style=\"\"><li style=\"\"><a href=\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/#0-why-unit-tests-matter-for-software-quality\" style=\"\">Why Unit Tests Matter for Software Quality<\/a><\/li><li style=\"\"><a href=\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/#1-how-to-set-up-github-copilot-for-test-case-generation\" style=\"\">How to Set Up GitHub Copilot for Test Case Generation<\/a><\/li><li style=\"\"><a href=\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/#5-how-to-write-test-cases-with-github-copilot\" style=\"\">How to Write Test Cases with GitHub Copilot<\/a><\/li><li style=\"\"><a href=\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/#9-github-copilot-prompts-for-test-case-generation\" style=\"\">GitHub Copilot Prompts for Test Case Generation<\/a><\/li><li style=\"\"><a href=\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/#10-github-copilot-test-generation-examples\" style=\"\">GitHub Copilot Test Generation Examples<\/a><\/li><li style=\"\"><a href=\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/#13-best-practices-for-github-copilot-test-generation\" style=\"\">Best Practices for GitHub Copilot Test Generation<\/a><\/li><li style=\"\"><a href=\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/#14-limitations-of-using-github-copilot-for-test-case-generation\" style=\"\">Limitations of Using GitHub Copilot for Test Case Generation<\/a><\/li><li style=\"\"><a href=\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/#15-how-to-create-and-manage-test-cases-in-clickup\" style=\"\">How to Create and Manage Test Cases in ClickUp<\/a><\/li><li style=\"\"><a href=\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/#16-simplify-test-case-management-with-clickup\" style=\"\">Simplify Test Case Management With ClickUp<\/a><\/li><li style=\"\"><a href=\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/#17-frequently-asked-questions\" style=\"\">Frequently Asked Questions<\/a><\/li><\/ul>\n\t\t\t<\/div>\n\t\t<\/div><\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"0-why-unit-tests-matter-for-software-quality\">Why Unit Tests Matter for Software Quality<\/h2>\n\n\n\n<p>Writing unit tests is often seen as a tedious chore, but skipping them leads to fragile code. <\/p>\n\n\n\n<p>When you don&#8217;t have a safety net of tests, a small refactor can introduce regression defects\u2014bugs that break existing functionality and erode user trust, with IBM research showing defects discovered after release <a href=\"https:\/\/www.ibm.com\/think\/topics\/bug-tracking\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">cost 15\u00d7 more<\/a> to fix. <\/p>\n\n\n\n<p>This creates a cycle where developers avoid improving code because they&#8217;re afraid of what might break, leading to mounting <a href=\"https:\/\/clickup.com\/resources\/software-teams\/technical-debt\">technical debt<\/a>.<\/p>\n\n\n\n<p><a href=\"https:\/\/clickup.com\/blog\/ai-in-quality-assurance\/\">AI-assisted test generation<\/a> helps break this cycle, with <a href=\"https:\/\/www.capgemini.com\/it-it\/news\/comunicati-stampa\/world-quality-report-2025-ladozione-dellai-accelera-nel-quality-engineering-ma-portarla-su-scala-enterprise-rimane-una-sfida-non-ancora-superata\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">89% of organizations<\/a> now piloting or deploying generative AI workflows in quality engineering and testing. By using a tool like GitHub Copilot to scaffold test cases, you can focus on what matters: designing meaningful tests and refining edge case coverage. <\/p>\n\n\n\n<p>Here&#8217;s why consistent unit testing pays off:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Regression prevention:<\/strong> Good tests act as a guardrail, ensuring that new features or bug fixes don&#8217;t unintentionally break something else<\/li>\n\n\n\n<li><strong>Living documentation:<\/strong> Unlike static documentation that can go stale, unit tests serve as executable examples of how your code is supposed to behave<\/li>\n\n\n\n<li><strong>Refactoring confidence:<\/strong> When you have comprehensive test coverage, you can refactor and improve your codebase with the confidence that you&#8217;ll know immediately if a change has unintended consequences<\/li>\n<\/ul>\n\n\n\n<p>To better understand how AI agents are transforming the coding landscape beyond just test generation, watch this overview of AI-powered coding assistants and their capabilities:<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Stop Writing and Rewriting Code Manually: Try These Top 5 AI Coding Agents (Reviewed) \ud83e\udd16\ud83e\uddbe\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/6xEiiuW1Fu4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"1-how-to-set-up-github-copilot-for-test-case-generation\">How to Set Up GitHub Copilot for Test Case Generation<\/h2>\n\n\n\n<p>Before you can start generating tests, you need to install and configure GitHub Copilot in your integrated development environment (IDE). The setup process is straightforward and only takes a few minutes, but getting it right ensures Copilot has the context it needs to provide relevant suggestions.<\/p>\n\n\n\n<p>You&#8217;ll need a few things before you start:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>An active GitHub Copilot subscription (Individual, Business, or Enterprise)<\/li>\n\n\n\n<li>A supported IDE, such as VS Code, a JetBrains IDE (like IntelliJ or PyCharm), or Neovim<\/li>\n\n\n\n<li>A <a href=\"https:\/\/clickup.com\/blog\/types-of-software-testing\/\">testing framework<\/a> like pytest, Jest, or JUnit already installed in your project<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"796\" src=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/Visual-Studio-Code.png\" alt=\"Visual Studio Code IDE interface illustrating the editor environment where GitHub Copilot can be installed and used\" class=\"wp-image-588594\" title=\"Visual Studio Code\" srcset=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/Visual-Studio-Code.png 1200w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/Visual-Studio-Code-300x199.png 300w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/Visual-Studio-Code-768x509.png 768w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/Visual-Studio-Code-700x464.png 700w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"2-install-the-github-copilot-extension\">Install the GitHub Copilot extension<\/h3>\n\n\n\n<p>First, you need to install the Copilot extension into your IDE. This process is similar across most supported editors.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open your IDE&#8217;s extension marketplace. In VS Code, this is the Extensions icon in the sidebar; in JetBrains IDEs, you&#8217;ll find it under Settings \u2192 Plugins<\/li>\n\n\n\n<li>Search for &#8220;GitHub Copilot&#8221;<\/li>\n\n\n\n<li>Install both the main GitHub Copilot extension and the GitHub Copilot Chat extension for the full experience<\/li>\n\n\n\n<li>You&#8217;ll be prompted to restart your IDE to complete the installation<\/li>\n<\/ol>\n\n\n\n<p>After restarting, you&#8217;ll be asked to sign in with your GitHub account. This step authenticates your subscription. Once you&#8217;re logged in, you should see a small Copilot icon in your IDE&#8217;s status bar, confirming that it&#8217;s active and ready to go.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"3-configure-your-testing-framework\">Configure your testing framework<\/h3>\n\n\n\n<p>GitHub Copilot generates more relevant tests when it understands your project&#8217;s specific testing setup. It does this by analyzing your existing test files and configuration to learn and match your team&#8217;s patterns.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>For Python projects using pytest:<\/strong> Make sure you have pytest installed (<code>pip install pytest<\/code>). If you have a <code>conftest.py<\/code> file or any existing test files (even one), Copilot will use them as a reference for generating new tests<\/li>\n\n\n\n<li><strong>For JavaScript\/TypeScript projects using Jest:<\/strong> Copilot will look for a <code>jest.config.js<\/code> file and your Jest dependency in your <code>package.json<\/code> to understand your setup<\/li>\n\n\n\n<li><strong>For Java projects using JUnit:<\/strong> Ensure your JUnit dependencies are correctly defined in your <code>pom.xml<\/code> (for Maven) or <code>build.gradle<\/code> (for Gradle) file<\/li>\n<\/ul>\n\n\n\n<p>Having at least one well-written test file in your project is one of the best ways to guide Copilot. It will pick up on your naming conventions, assertion styles, and how you structure your tests, leading to more consistent output.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"4-integrate-copilot-with-your-ide\">Integrate Copilot with your IDE<\/h3>\n\n\n\n<p>With the extensions installed, it&#8217;s time to get familiar with the Copilot interface in your IDE. The main way you&#8217;ll interact with it for test generation is through the Copilot Chat panel.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"942\" src=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/GitHub-Copilot-1.png\" alt=\"GitHub Copilot product interface illustrating AI-assisted coding and test generation capabilities\" class=\"wp-image-588592\" title=\"GitHub Copilot\" srcset=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/GitHub-Copilot-1.png 1600w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/GitHub-Copilot-1-300x177.png 300w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/GitHub-Copilot-1-1400x824.png 1400w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/GitHub-Copilot-1-768x452.png 768w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/GitHub-Copilot-1-1536x904.png 1536w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/GitHub-Copilot-1-700x412.png 700w\" sizes=\"auto, (max-width: 1600px) 100vw, 1600px\" \/><\/figure><\/div>\n\n\n<p>You can open the chat view with the keyboard shortcut Ctrl+Cmd+I (on Mac) or Ctrl+Alt+I (on Windows\/Linux), or by clicking the Copilot Chat icon in your IDE&#8217;s activity bar. This chat panel is your command center for generating tests.<\/p>\n\n\n\n<p>Copilot is context-aware, meaning it reads your currently open files, your project&#8217;s file structure, and any code you have selected. For the best results, always have the file containing the function or class you want to test open and visible in your editor.<\/p>\n\n\n<div style=\"background-color: #d9edf7; color: #31708f; border-left-color: #31708f; \" class=\"ub-styled-box ub-notification-box wp-block-ub-styled-box\" id=\"ub-styled-box-ac816402-93ec-48b9-9545-57810d547ef8\">\n<p id=\"ub-styled-box-notification-content-\">\ud83c\udf1f <a href=\"https:\/\/clickup.com\/brain\">ClickUp Brain<\/a>, the contextual AI integrated throughout ClickUp, can quickly create a test plan for you. Try it out today.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"960\" height=\"540\" src=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-322.png\" alt=\"\" class=\"wp-image-588591\" srcset=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-322.png 960w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-322-300x169.png 300w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-322-768x432.png 768w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-322-700x394.png 700w\" sizes=\"auto, (max-width: 960px) 100vw, 960px\" \/><\/figure>\n\n\n\n<div class=\"wp-block-cu-buttons\"><a href=\"https:\/\/app.clickup.com\/login?product=ai&amp;ai=true&amp;_gl=1*1vzu8id*_gcl_aw*R0NMLjE3Mzg3MzczNjUuQ2owS0NRaUFrb2U5QmhEWUFSSXNBSDg1Y0RNRGdGLTI3UU5HZ2g1Q3k5MEQwQmM2ODByOV8ydG12Ynh0bGdVb1J0Tmw1MmVwNGxVa2V1d2FBaURhRUFMd193Y0I.*_gcl_au*MTY1MDcyMDgwOC4xNzM1NjQwMjI2\" class=\"cu-button cu-button--purple cu-button--improved\">Try ClickUp Brain<\/a><\/div>\n\n\n<\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"5-how-to-write-test-cases-with-github-copilot\">How to Write Test Cases with GitHub Copilot<\/h2>\n\n\n\n<p>GitHub Copilot gives you three primary ways to generate test cases: using the chat panel with detailed prompts, using quick slash commands, and using smart actions directly in your editor. Each method is suited for different situations within your <a href=\"https:\/\/clickup.com\/blog\/software-development-workflow\/\">development workflow<\/a>, depending on whether you need speed or fine-grained control.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"6-use-copilot-chat-prompts\">Use Copilot Chat prompts<\/h3>\n\n\n\n<p>Using Copilot Chat with a specific prompt is the most powerful method for test case generation. It&#8217;s best for complex functions or classes where you need to define specific scenarios, mock dependencies, or handle tricky edge cases.<\/p>\n\n\n\n<p>Here&#8217;s the basic workflow:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open the Copilot Chat panel<\/li>\n\n\n\n<li>In your editor, highlight the function, class, or block of code you want to test<\/li>\n\n\n\n<li>Write a clear, specific prompt in the chat panel describing the tests you need<\/li>\n<\/ol>\n\n\n\n<p>For example, you could write prompts like:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>&#8220;Write unit tests for the selected function covering the happy path, edge cases like empty inputs, and error handling for invalid data&#8221;<\/li>\n\n\n\n<li>&#8220;Generate pytest tests for this class, and create fixtures to mock the database connection&#8221;<\/li>\n\n\n\n<li>&#8220;Create Jest tests for this React component that simulate user clicks and verify the state changes&#8221;<\/li>\n<\/ul>\n\n\n\n<p>The more <a href=\"https:\/\/clickup.com\/blog\/how-to-write-ai-prompts\/\">detail you provide in your prompt<\/a>, the better the generated tests will be.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"7-use-slash-commands-like-tests\">Use slash commands like \/tests<\/h3>\n\n\n\n<p>When you need to generate tests quickly and don&#8217;t require highly specific scenarios, the <code>\/tests<\/code> slash command is your best friend. It&#8217;s the fastest way to get a solid baseline of test coverage.<\/p>\n\n\n\n<p>To use it:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open the Copilot Chat panel<\/li>\n\n\n\n<li>Select the code you want to test in your editor<\/li>\n\n\n\n<li>In the chat input, simply type <code>\/tests<\/code> and press Enter<\/li>\n<\/ol>\n\n\n\n<p>Copilot will immediately generate a set of unit tests based on the structure and logic of your selected code. It will try to cover the primary functionality and some common inputs. If the results aren&#8217;t quite right, you can always refine them with a follow-up prompt like, &#8220;Now add a test for when the input is null.&#8221;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"8-use-editor-smart-actions\">Use editor smart actions<\/h3>\n\n\n\n<p>For moments when you want to generate tests without breaking your flow, you can use smart actions directly from your code editor. This keeps you from having to switch over to the chat panel.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Highlight the function or class you want to test<\/li>\n\n\n\n<li>Right-click on the selection to open the context menu<\/li>\n\n\n\n<li>Navigate to Generate Code in the context menu and select Generate Tests<\/li>\n<\/ol>\n\n\n\n<p>Copilot will generate the tests and typically show them in a new, temporary editor tab. You can review the code there and then choose to create a new test file or append the tests to an existing one.<\/p>\n\n\n<div style=\"background-color: #d9edf7; color: #31708f; border-left-color: #31708f; \" class=\"ub-styled-box ub-notification-box wp-block-ub-styled-box\" id=\"ub-styled-box-17970b8d-bd0e-4918-85f8-c2bb1df7aebc\">\n<p id=\"ub-styled-box-notification-content-\">\ud83d\udcda Also Read: <a href=\"https:\/\/clickup.com\/blog\/test-case-templates\/\">Test Case Templates for Software Testing<\/a><\/p>\n\n\n<\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"9-github-copilot-prompts-for-test-case-generation\">GitHub Copilot Prompts for Test Case Generation<\/h2>\n\n\n\n<p>Your prompts are the steering wheel for GitHub Copilot. Generic prompts lead to generic tests, but well-crafted prompts that give the AI specific instructions result in comprehensive and useful test cases. The key is to tell Copilot not just <em>what<\/em> to test, but <em>how<\/em> to test it.<\/p>\n\n\n\n<p>Here are some templates you can adapt for different scenarios:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Scenario<\/th><th>Prompt Template<\/th><\/tr><\/thead><tbody><tr><td>Basic unit test<\/td><td>&#8220;Write unit tests for the <code>[function_name]<\/code> function using <code>[framework]<\/code>. Make sure to cover normal inputs, boundary values like zero or negative numbers, and invalid inputs like null or undefined.&#8221;<\/td><\/tr><tr><td>Class with dependencies<\/td><td>&#8220;Generate tests for the <code>[ClassName]<\/code> class. Use <code>[mocking_library]<\/code> to create mocks for the <code>[DependencyName]<\/code> and <code>[AnotherDependencyName]<\/code> dependencies.&#8221;<\/td><\/tr><tr><td>Async functions<\/td><td>&#8220;Create tests for this asynchronous function. Include tests for the success case, a case where the promise rejects, and a scenario for request timeouts.&#8221;<\/td><\/tr><tr><td>API endpoint<\/td><td>&#8220;Write <a href=\"https:\/\/clickup.com\/blog\/software-testing-life-cycle\/\">integration tests<\/a> for this API endpoint. Cover a successful GET request, a POST request with valid data, a request with a missing authentication token, and a request with invalid data that should return a 400 error.&#8221;<\/td><\/tr><tr><td>Data validation<\/td><td>&#8220;Generate tests for this validation function. Include a test for a valid object, and then add separate tests for each validation rule failure to ensure the correct error messages are returned.&#8221;<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>Prompt enhancement tips:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Be explicit about the framework:<\/strong> Always mention the testing framework (e.g., pytest, Jest, JUnit) to ensure the syntax is correct<\/li>\n\n\n\n<li><strong>Define your coverage goals:<\/strong> Use advanced <a href=\"https:\/\/clickup.com\/blog\/ai-prompting-techniques\/\">AI prompting techniques<\/a> to ask for specific types of coverage, such as &#8220;edge cases,&#8221; &#8220;error handling,&#8221; or &#8220;boundary testing&#8221;<\/li>\n\n\n\n<li><strong>Reference your own patterns:<\/strong> If you have a good example file, you can tell Copilot to &#8220;follow the testing pattern in <code>tests\/test_user.py<\/code>&#8220;<\/li>\n\n\n\n<li><strong>Request specific assertions:<\/strong> Instead of letting Copilot guess, you can ask it to &#8220;assert that a <code>ValueError<\/code> is raised for invalid input&#8221;<\/li>\n<\/ul>\n\n\n<div style=\"background-color: #d9edf7; color: #31708f; border-left-color: #31708f; \" class=\"ub-styled-box ub-notification-box wp-block-ub-styled-box\" id=\"ub-styled-box-848916e7-14a0-4317-9ff9-c23d1820613d\">\n<p id=\"ub-styled-box-notification-content-\">\ud83d\udcda Also Read: <a href=\"https:\/\/clickup.com\/blog\/quality-assurance-software\/\">Best Quality Assurance Software Tools for Software Testing<\/a><\/p>\n\n\n<\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"10-github-copilot-test-generation-examples\">GitHub Copilot Test Generation Examples<\/h2>\n\n\n\n<p>Here&#8217;s how this works in practice. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"11-generate-unit-tests-in-python\">Generate unit tests in Python<\/h3>\n\n\n\n<p>Imagine you have a Python function that calculates the total price of items in a shopping cart, including a discount.<\/p>\n\n\n\n<p><strong>Sample function to test:<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">def calculate_total(items: list[dict], discount_percent: float = 0) -> float:\n    if not 0 &lt;= discount_percent &lt;= 100:\n        raise ValueError(\"Discount must be between 0 and 100\")\n    subtotal = sum(item['price'] * item['quantity'] for item in items)\n    discount = subtotal * (discount_percent \/ 100)\n    return round(subtotal - discount, 2)\n<\/pre>\n\n\n\n<p><strong>Prompt used:<\/strong> &#8220;Write pytest tests for <code>calculate_total<\/code>. Cover an empty list of items, a single item, multiple items, applying a discount, a 0% discount, a 100% discount, and an invalid discount percentage that should raise a ValueError.&#8221;<\/p>\n\n\n\n<p><strong>Generated test output:<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">import pytest\nfrom your_module import calculate_total\n\ndef test_calculate_total_empty_list():\n    assert calculate_total([]) == 0.0\n\ndef test_calculate_total_single_item():\n    items = [{'price': 10.0, 'quantity': 2}]\n    assert calculate_total(items) == 20.0\n\ndef test_calculate_total_multiple_items_with_discount():\n    items = [{'price': 10.0, 'quantity': 2}, {'price': 5.0, 'quantity': 1}]\n    assert calculate_total(items, discount_percent=10) == 22.50\n\ndef test_calculate_total_with_100_percent_discount():\n    items = [{'price': 50.0, 'quantity': 1}]\n    assert calculate_total(items, discount_percent=100) == 0.0\n\ndef test_calculate_total_invalid_discount():\n    with pytest.raises(ValueError):\n        calculate_total([{'price': 10.0, 'quantity': 1}], discount_percent=101)\n<\/pre>\n\n\n\n<p>Copilot correctly used <code>pytest.raises<\/code> to check for the exception and covered the main scenarios. You might still want to add tests for negative prices or quantities as a <a href=\"https:\/\/clickup.com\/blog\/how-to-write-test-cases\/\">manual refinement<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"12-generate-unit-tests-in-typescript-with-jest\">Generate unit tests in TypeScript with Jest<\/h3>\n\n\n\n<p>Now, let&#8217;s try a TypeScript function that formats a user&#8217;s name.<\/p>\n\n\n\n<p><strong>Sample function to test:<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">export function formatDisplayName(user: { firstName: string; lastName: string; nickname?: string }): string {\n  if (user.nickname) {\n    return user.nickname;\n  }\n  return `${user.firstName} ${user.lastName}`.trim();\n}\n<\/pre>\n\n\n\n<p><strong>Prompt used:<\/strong> &#8220;Generate Jest tests for <code>formatDisplayName<\/code>. Cover a user with a first and last name, a user with a nickname, a user with an empty first name, and a user with only a nickname.&#8221;<\/p>\n\n\n\n<p><strong>Generated test output:<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">import { formatDisplayName } from '.\/userUtils';\n\ndescribe('formatDisplayName', () => {\n  it('should return the full name when no nickname is present', () => {\n    const user = { firstName: 'Jane', lastName: 'Doe' };\n    expect(formatDisplayName(user)).toBe('Jane Doe');\n  });\n\n  it('should return the nickname when it is present', () => {\n    const user = { firstName: 'John', lastName: 'Smith', nickname: 'Johnny' };\n    expect(formatDisplayName(user)).toBe('Johnny');\n  });\n\n  it('should handle empty strings for names', () => {\n    const user = { firstName: '', lastName: 'Doe' };\n    expect(formatDisplayName(user)).toBe('Doe');\n  });\n\n  it('should return the nickname even if other names are empty', () => {\n    const user = { firstName: '', lastName: '', nickname: 'Solo' };\n    expect(formatDisplayName(user)).toBe('Solo');\n  });\n});\n<\/pre>\n\n\n\n<p>The generated tests use the standard <code>describe<\/code> and <code>it<\/code> blocks from Jest and correctly handle the different logic paths.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"13-best-practices-for-github-copilot-test-generation\">Best Practices for GitHub Copilot Test Generation<\/h2>\n\n\n\n<p>Using Copilot for test generation is a massive productivity boost, but it requires careful oversight to ensure quality.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Review every single test:<\/strong> This is the golden rule. Copilot doesn&#8217;t understand your business logic, so it might generate a test that passes but asserts the wrong thing. Always read the generated code and ask, &#8220;Does this actually verify the correct behavior?&#8221;<\/li>\n\n\n\n<li><strong>Manually verify edge case coverage:<\/strong> Copilot is good at spotting common <a href=\"https:\/\/clickup.com\/blog\/how-developers-can-avoid-technical-debt\/\">edge cases<\/a> like null inputs or empty strings, but it might miss domain-specific ones. For an e-commerce app, did it test what happens when a cart&#8217;s total is exactly the minimum for free shipping? You&#8217;re still the expert<\/li>\n\n\n\n<li><strong>Maintain consistent naming conventions:<\/strong> AI-generated test names can sometimes be generic. Take a moment to rename them to match your team&#8217;s style. A descriptive name like <code>test_login_fails_with_incorrect_password<\/code> is far more useful than <code>test_login_2<\/code><\/li>\n\n\n\n<li><strong>Run tests immediately:<\/strong> Don&#8217;t let generated tests sit un-run. <a href=\"https:\/\/clickup.com\/blog\/code-coverage-tools\/\">Execute them right away<\/a> to catch any syntax errors or obviously failing assertions before you commit the code<\/li>\n\n\n\n<li><strong>Integrate with CI\/CD:<\/strong> Add generated tests to your continuous integration pipeline. Tests that only run locally provide limited value<\/li>\n\n\n\n<li><strong>Watch out for flaky tests:<\/strong> Sometimes, AI can generate tests that are &#8220;flaky&#8221;\u2014they pass sometimes and fail others. This often happens with tests involving timestamps or random data. Always replace these with deterministic, predictable values<\/li>\n<\/ul>\n\n\n<div style=\"border: 3px solid #9b51e0; border-radius: 0%; background-color: inherit; \" class=\"ub-styled-box ub-bordered-box wp-block-ub-styled-box\" id=\"ub-styled-box-84b51cef-ebdf-492b-9a67-686672b9c123\">\n<p id=\"ub-styled-box-bordered-content-\">\ud83d\udcee<strong>ClickUp Insight:<\/strong> Our surveys show that while 34% of users operate with complete confidence in AI systems, a slightly larger group (38%) maintains a &#8220;trust but verify&#8221; approach. A standalone tool that is unfamiliar with your work context often carries a higher risk of generating inaccurate or unsatisfactory responses.<\/p>\n\n\n\n<p>This is why we built ClickUp Brain, the AI that connects your project management, knowledge management, and collaboration across your workspace and integrated third-party tools. Get contextual responses without the toggle tax and experience a 2\u20133x increase in work efficiency, just like our clients at Seequent.<\/p>\n\n\n\n<div class=\"wp-block-cu-buttons\"><a href=\"https:\/\/app.clickup.com\/signup\" class=\"cu-button cu-button--purple cu-button--improved\">Try ClickUp for free!<\/a><\/div>\n\n\n<\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"14-limitations-of-using-github-copilot-for-test-case-generation\">Limitations of Using GitHub Copilot for Test Case Generation<\/h2>\n\n\n\n<p>While GitHub Copilot is a massive productivity booster, it&#8217;s not a silver bullet for software testing. Knowing its limitations is key to using it effectively and avoiding common pitfalls. It&#8217;s a &#8220;copilot,&#8221; not the pilot\u2014you&#8217;re still in charge of the flight plan.<\/p>\n\n\n\n<p>The biggest limitation is its<strong> lack of business context<\/strong>. Copilot analyzes your code&#8217;s structure, but it has no idea what your application is actually supposed to do for your users. It can&#8217;t know that a &#8220;premium&#8221; user should have access to certain features while a &#8220;basic&#8221; user shouldn&#8217;t, unless that logic is explicitly clear in the code it&#8217;s reading.<\/p>\n\n\n\n<p>Here are some other key constraints to keep in mind:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>It can miss critical, domain-specific edge cases:<\/strong> Copilot is great at finding general edge cases, but it won&#8217;t know the weird ones specific to your industry, like a financial calculation that needs to handle leap years differently<\/li>\n\n\n\n<li><strong>It has no access to external systems:<\/strong> Copilot can&#8217;t generate meaningful integration tests for your database or a third-party API because it can&#8217;t connect to them. It can scaffold the code, but you&#8217;ll need to fill in the details<\/li>\n\n\n\n<li><strong>It can give a false sense of confidence:<\/strong> Seeing 100% test coverage can feel great, but if the tests are asserting the wrong things, that coverage number is meaningless. This is why human review is so important<\/li>\n\n\n\n<li><strong>Context window limits:<\/strong> Very large files or complex class hierarchies may exceed Copilot&#8217;s context window, resulting in incomplete or generic suggestions.<\/li>\n<\/ul>\n\n\n<div style=\"background-color: #d9edf7; color: #31708f; border-left-color: #31708f; \" class=\"ub-styled-box ub-notification-box wp-block-ub-styled-box\" id=\"ub-styled-box-c390afbb-1eb4-401a-8242-9875736aff34\">\n<p id=\"ub-styled-box-notification-content-\">\ud83d\udcda Also Read: <a href=\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-backend-development\/\">How to Use GitHub Copilot for Backend Development<\/a><\/p>\n\n\n<\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"15-how-to-create-and-manage-test-cases-in-clickup\">How to Create and Manage Test Cases in ClickUp<\/h2>\n\n\n\n<p>Generating test cases with GitHub Copilot is only half the workflow. Once tests exist, teams still need to track them, link them back to requirements, and manage execution across sprints and releases. <\/p>\n\n\n\n<p>ClickUp provides a centralized workspace where AI-generated test cases can live alongside development tasks, bugs, and sprint plans\u2014so testing doesn\u2019t stay trapped inside individual IDEs.<\/p>\n\n\n\n<p>ClickUp acts as a <a href=\"https:\/\/clickup.com\/blog\/converged-ai-workspace\/\">Converged AI Workspace<\/a>, bringing project management, documentation, and team communication into one system. For software teams, this means test case management is no longer a separate tool or spreadsheet. <\/p>\n\n\n\n<p>Tests, requirements, pull requests, and release discussions all stay connected, reducing <a href=\"https:\/\/clickup.com\/blog\/work-sprawl\/\">context sprawl<\/a> and making QA a first-class part of the delivery workflow.<\/p>\n\n\n<div style=\"background-color: #d9edf7; color: #31708f; border-left-color: #31708f; \" class=\"ub-styled-box ub-notification-box wp-block-ub-styled-box\" id=\"ub-styled-box-cdc7128e-390a-4460-bec3-2938897fcb02\">\n<p id=\"ub-styled-box-notification-content-\"><a href=\"https:\/\/clickup.com\/templates\/test-case-kkmvq-6108264\">ClickUp&#8217;s Test Case Template<\/a> is designed to help you track the progress of test cases.\u00a0It makes it easy to:<\/p>\n\n\n\n<div class=\"wp-block-create-block-cu-image-with-overlay\"><div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><div class=\"cu-image-with-overlay__overlay\"><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2023\/09\/d31c8de1-600.png\" alt=\"ClickUp's Test Case Template is designed to help you track the progress of test cases.\" class=\"image skip-lazy cu-image-with-overlay__image\" style=\"width:100%;height:auto\"><div class=\"cu-image-with-overlay__cta-wrap\"><a href=\"https:\/\/app.clickup.com\/signup?template=kkmvq-6108264\" class=\"cu-image-with-overlay__cta cu-image-with-overlay__cta--#7c68ee\" data-segment-track-click=\"true\" data-segment-section-model-name=\"imageCTA\" data-segment-button-clicked=\"Get free template\" data-segment-props='{\"location\":\"body\",\"sectionModelName\":\"imageCTA\",\"buttonClicked\":\"Get free template\"}' target=\"_blank\" rel=\"noopener noreferrer\">Get free template<\/a><\/div><\/div><figcaption class=\"wp-element-caption\">ClickUp&#8217;s Test Case Template is designed to help you track the progress of test cases.<\/figcaption><\/figure><\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Review test results and make data-driven decisions on bug fixes<\/li>\n\n\n\n<li>Develop custom test plans for each project<\/li>\n\n\n\n<li>Organize and prioritize test cases for maximum efficiency<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-cu-buttons\"><a href=\"https:\/\/app.clickup.com\/signup?template=kkmvq-6108264\" class=\"cu-button cu-button--purple cu-button--improved\">Get free template<\/a><\/div>\n\n\n<\/div>\n\n\n<p>Start by creating a dedicated <a href=\"https:\/\/clickup.com\/features\/views\">ClickUp List<\/a> to act as your test case repository. Each test case, whether generated by AI or written manually, becomes a task.<\/p>\n\n\n\n<p>Enrich each test case with crucial metadata using <a href=\"https:\/\/clickup.com\/features\/custom-fields\">ClickUp Custom Fields<\/a> to track exactly what matters to your team. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1400\" height=\"972\" src=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/07\/image-1294-1400x972.png\" alt=\"ClickUp Custom Fields\" class=\"wp-image-497301\" srcset=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/07\/image-1294-1400x972.png 1400w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/07\/image-1294-300x208.png 300w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/07\/image-1294-768x533.png 768w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/07\/image-1294-1536x1067.png 1536w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/07\/image-1294-700x486.png 700w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/07\/image-1294.png 1600w\" sizes=\"auto, (max-width: 1400px) 100vw, 1400px\" \/><figcaption class=\"wp-element-caption\">Use AI-powered Custom Fields within ClickUp to capture and log critical details<\/figcaption><\/figure><\/div>\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Test Type:<\/strong> Dropdown for Unit, Integration, End-to-End, or Manual<\/li>\n\n\n\n<li><strong>Automation Status:<\/strong> A status to show if the test is Automated or Not Automated<\/li>\n\n\n\n<li><strong>Priority:<\/strong> High, Medium, or Low<\/li>\n\n\n\n<li><strong>Last Run Date:<\/strong> A date field to track when the test was last executed<\/li>\n<\/ul>\n\n\n\n<p>Track your entire testing lifecycle with <a href=\"https:\/\/clickup.com\/features\/custom-task-statuses\">ClickUp Custom Statuses<\/a> by creating a workflow that moves tests from <code>Not Run<\/code> to <code>Passed<\/code>, <code>Failed<\/code>, or <code>Blocked<\/code>. This gives everyone on the team, from developers to product managers, instant visibility into test execution progress.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"687\" height=\"521\" src=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/12\/ClickUp-Relationships.png\" alt=\"Relationships in ClickUp\" class=\"wp-image-564804\" srcset=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/12\/ClickUp-Relationships.png 687w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/12\/ClickUp-Relationships-300x228.png 300w\" sizes=\"auto, (max-width: 687px) 100vw, 687px\" \/><figcaption class=\"wp-element-caption\">Connect test case tasks with related tasks using ClickUp Relationships<\/figcaption><\/figure><\/div>\n\n\n<p>With <a href=\"https:\/\/clickup.com\/clickapps\">ClickUp Relationships<\/a>, test case tasks can be directly linked to user stories, features, or epics. If a test fails, you can <a href=\"https:\/\/clickup.com\/blog\/how-to-write-a-bug-report\/\">create a bug report task<\/a> and link it back to both the failed test and the original story, creating a complete chain of traceability.<\/p>\n\n\n\n<p>Draft bug reports in seconds by pointing <a href=\"https:\/\/clickup.com\/brain\">ClickUp Brain<\/a> at a failed test case task. Since it has the context of your entire workspace, it can pull in details from the linked user story and the test case itself.<\/p>\n\n\n<div style=\"background-color: #d9edf7; color: #31708f; border-left-color: #31708f; \" class=\"ub-styled-box ub-notification-box wp-block-ub-styled-box\" id=\"ub-styled-box-6e7e1ea5-12cf-4155-b443-34c286e75890\">\n<p id=\"ub-styled-box-notification-content-\">\ud83c\udf1f<a href=\"https:\/\/clickup.com\/templates\/google-docs\/test-report\">ClickUp&#8217;s Test Report Template<\/a> lets you create reports more quickly while ensuring that you identify and address issues that need improvement.<\/p>\n\n\n<\/div>\n\n\n<p>But that&#8217;s not all you can do. You know all the busywork we talked about, the boring and repetitive tasks testing always involves? You can automate these using <a href=\"https:\/\/clickup.com\/features\/automations\">ClickUp Automations<\/a>.<\/p>\n\n\n\n<p>Set up rules like &#8220;When a test case&#8217;s status is changed to <code>Failed<\/code>, automatically create a new task in the <code>Bugs<\/code> List and assign it to the lead developer.&#8221;<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"797\" src=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/ClickUp-Automation.png\" alt=\"ClickUp Automations setup screen showing rules that automate workflow actions such as creating tasks or updating statuses\" class=\"wp-image-588593\" title=\"ClickUp-Automation\" srcset=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/ClickUp-Automation.png 1200w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/ClickUp-Automation-300x199.png 300w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/ClickUp-Automation-768x510.png 768w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/ClickUp-Automation-700x465.png 700w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/><figcaption class=\"wp-element-caption\">Automate the busywork in testing with ClickUp Automations<\/figcaption><\/figure><\/div>\n\n\n<p>By integrating <a href=\"https:\/\/help.clickup.com\/hc\/en-us\/articles\/6305771568791-GitHub-integration\">GitHub with ClickUp<\/a>, test case tasks can be linked to commits and pull requests. When code changes are merged, related test tasks update automatically, keeping QA, developers, and release managers aligned on what\u2019s changed and what needs retesting.<\/p>\n\n\n\n<p><a href=\"https:\/\/clickup.com\/features\/dashboards\">ClickUp Dashboards<\/a>&nbsp;allow you to track real-time testing progress, visualize bug counts, test case execution, and more.&nbsp;<\/p>\n\n\n\n<p>Together, this workflow bridges the gap between <strong>AI-generated tests in GitHub Copilot<\/strong> and <strong>team-wide test case management<\/strong> <strong>in ClickUp<\/strong>\u2014giving teams a single system to plan, track, automate, and improve their QA process without constant manual coordination.<\/p>\n\n\n\n<p>Watch this for tips on building an efficient release management workflow:<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Release Management 101 | ClickUp Vlog\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/pTUjgFyCNLo?start=2&#038;feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"16-simplify-test-case-management-with-clickup\">Simplify Test Case Management With ClickUp<\/h2>\n\n\n\n<p>AI-generated tests are no longer isolated artifacts; they&#8217;re integrated components of your development process, visible, trackable, and actionable for the entire team.<\/p>\n\n\n\n<p>GitHub Copilot generates test cases quickly, but speed alone doesn\u2019t guarantee quality. Without clear ownership, requirements traceability, and visibility across sprints, even well-written tests can become stale or overlooked. That\u2019s where a system of record matters.<\/p>\n\n\n\n<p>By managing test cases in ClickUp, teams turn AI-generated output into a repeatable QA workflow\u2014one that connects tests to requirements, code changes, and release timelines. Instead of juggling tools and manual updates, QA and engineering teams work from a shared, contextual workspace. The result is not just more tests, but more confidence in what\u2019s shipping and why.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><\/p>\n<\/blockquote>\n\n\n\n<p>Ready to manage your test cases alongside your sprints and releases? <a href=\"https:\/\/app.clickup.com\/signup\">Get started for free with ClickUp<\/a> today.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"17-frequently-asked-questions\">Frequently Asked Questions<\/h2>\n\n\n\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1\"><strong class=\"schema-faq-question\">Can GitHub Copilot generate tests for legacy code without existing test coverage?<\/strong> <p class=\"schema-faq-answer\">Yes, Copilot can analyze the structure and logic of legacy code to generate a baseline of tests. However, these tests will likely require significant manual review and refinement, as the AI won&#8217;t have context on undocumented behaviors or historical business rules.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-2\"><strong class=\"schema-faq-question\">How accurate are GitHub Copilot-generated test cases?<\/strong> <p class=\"schema-faq-answer\">The syntactic accuracy is very high, but the logical accuracy depends on your code&#8217;s clarity and the specificity of your prompts. Always review the assertions to ensure they are verifying meaningful business requirements, not just confirming the current (and possibly flawed) implementation.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-3\"><strong class=\"schema-faq-question\">Does GitHub Copilot work with pytest and other Python testing frameworks?<\/strong> <p class=\"schema-faq-answer\">Yes, Copilot has excellent support for pytest, unittest, and other popular Python testing frameworks. It&#8217;s adept at recognizing and replicating existing patterns in your project, such as the use of fixtures or parametrized tests.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-4\"><strong class=\"schema-faq-question\">How do teams track and manage AI-generated test cases across projects?<\/strong> <p class=\"schema-faq-answer\">Effective teams use a centralized project management platform to manage their test suites. By tracking each test case as a task with custom metadata for status and priority, they gain visibility into coverage and execution results, connecting the QA process directly to sprint planning and bug tracking.<\/p> <\/div> <\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>GitHub Copilot can generate hundreds of test cases in minutes\u2014with controlled experiments showing developers finish 35% faster\u2014but here&#8217;s the catch: those AI-generated tests are only as useful as your ability to track, organize, and connect them to the rest of your development workflow. This guide walks you through using GitHub Copilot to scaffold test cases [&hellip;]<\/p>\n","protected":false},"author":106,"featured_media":446493,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ub_ctt_via":"","cu_sticky_sidebar_cta_is_visible":true,"cu_sticky_sidebar_cta_title":"Start using ClickUp today","cu_sticky_sidebar_cta_bullet_1":"Manage all your work in one place","cu_sticky_sidebar_cta_bullet_2":"Collaborate with your team","cu_sticky_sidebar_cta_bullet_3":"Use ClickUp for FREE\u2014forever","cu_sticky_sidebar_cta_button_text":"Get Started","cu_sticky_sidebar_cta_button_link":"","_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[766,988],"tags":[],"class_list":["post-586059","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-manage","category-software-teams"],"featured_image_src":"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/04\/image-280.png","author_info":{"display_name":"Praburam","author_link":"https:\/\/clickup.com\/blog\/author\/psrinivasanclickup-com\/"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Use GitHub Copilot for Test Case Generation | ClickUp<\/title>\n<meta name=\"description\" content=\"How to Use GitHub Copilot for Test Case Generation: Scaffold tests in minutes, track them to keep your suite from going stale and save hours.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Use GitHub Copilot for Test Case Generation | ClickUp\" \/>\n<meta property=\"og:description\" content=\"How to Use GitHub Copilot for Test Case Generation: Scaffold tests in minutes, track them to keep your suite from going stale and save hours.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/\" \/>\n<meta property=\"og:site_name\" content=\"ClickUp\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/clickupprojectmanagement\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-05T19:55:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-05T19:55:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/04\/image-280.png\" \/>\n\t<meta property=\"og:image:width\" content=\"825\" \/>\n\t<meta property=\"og:image:height\" content=\"813\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Praburam\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/Praburam18\" \/>\n<meta name=\"twitter:site\" content=\"@clickup\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Praburam\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"18 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/\"},\"author\":{\"name\":\"Praburam\",\"@id\":\"https:\/\/clickup.com\/blog\/#\/schema\/person\/e9b687bbc062141431499ef3643f8cbb\"},\"headline\":\"How to Use GitHub Copilot for Test Case Generation\",\"datePublished\":\"2026-02-05T19:55:35+00:00\",\"dateModified\":\"2026-02-05T19:55:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/\"},\"wordCount\":3410,\"publisher\":{\"@id\":\"https:\/\/clickup.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/04\/image-280.png\",\"articleSection\":[\"Manage\",\"Software Teams\"],\"inLanguage\":\"en-US\"},{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/\",\"url\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/\",\"name\":\"How to Use GitHub Copilot for Test Case Generation | ClickUp\",\"isPartOf\":{\"@id\":\"https:\/\/clickup.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/04\/image-280.png\",\"datePublished\":\"2026-02-05T19:55:35+00:00\",\"dateModified\":\"2026-02-05T19:55:40+00:00\",\"description\":\"How to Use GitHub Copilot for Test Case Generation: Scaffold tests in minutes, track them to keep your suite from going stale and save hours.\",\"breadcrumb\":{\"@id\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/#primaryimage\",\"url\":\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/04\/image-280.png\",\"contentUrl\":\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/04\/image-280.png\",\"width\":825,\"height\":813,\"caption\":\"Create, track, and manage software test cases systematically with the ClickUp Test Case Template\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/clickup.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Software Teams\",\"item\":\"https:\/\/clickup.com\/blog\/software-teams\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Use GitHub Copilot for Test Case Generation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/clickup.com\/blog\/#website\",\"url\":\"https:\/\/clickup.com\/blog\/\",\"name\":\"ClickUp\",\"description\":\"The ClickUp Blog\",\"publisher\":{\"@id\":\"https:\/\/clickup.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/clickup.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/clickup.com\/blog\/#organization\",\"name\":\"ClickUp\",\"url\":\"https:\/\/clickup.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/clickup.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/07\/logo-v3-clickup-light.jpg\",\"contentUrl\":\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/07\/logo-v3-clickup-light.jpg\",\"width\":503,\"height\":125,\"caption\":\"ClickUp\"},\"image\":{\"@id\":\"https:\/\/clickup.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/clickupprojectmanagement\",\"https:\/\/x.com\/clickup\",\"https:\/\/www.linkedin.com\/company\/clickup-app\",\"https:\/\/en.wikipedia.org\/wiki\/ClickUp\",\"https:\/\/tiktok.com\/@clickup\",\"https:\/\/instagram.com\/clickup\",\"https:\/\/www.youtube.com\/@ClickUpProductivity\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/clickup.com\/blog\/#\/schema\/person\/e9b687bbc062141431499ef3643f8cbb\",\"name\":\"Praburam\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/clickup.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a55c945c3e708bbc1a9018eb52ba363ae523e4a9139c9046b523ce689683aba5?s=96&d=retro&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a55c945c3e708bbc1a9018eb52ba363ae523e4a9139c9046b523ce689683aba5?s=96&d=retro&r=g\",\"caption\":\"Praburam\"},\"description\":\"Praburam is a Growth Marketing Manager at ClickUp who loves building systems and scaling business functions. As a ClickUp expert, he enjoys sharing actionable tips and tricks to scale your workflows and processes efficiently. A traveler by heart, he's exploring the world one city at a time.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/praburam-srinivasan\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/Praburam18\"],\"url\":\"https:\/\/clickup.com\/blog\/author\/psrinivasanclickup-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Use GitHub Copilot for Test Case Generation | ClickUp","description":"How to Use GitHub Copilot for Test Case Generation: Scaffold tests in minutes, track them to keep your suite from going stale and save hours.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/","og_locale":"en_US","og_type":"article","og_title":"How to Use GitHub Copilot for Test Case Generation | ClickUp","og_description":"How to Use GitHub Copilot for Test Case Generation: Scaffold tests in minutes, track them to keep your suite from going stale and save hours.","og_url":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/","og_site_name":"ClickUp","article_publisher":"https:\/\/www.facebook.com\/clickupprojectmanagement","article_published_time":"2026-02-05T19:55:35+00:00","article_modified_time":"2026-02-05T19:55:40+00:00","og_image":[{"width":825,"height":813,"url":"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/04\/image-280.png","type":"image\/png"}],"author":"Praburam","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/Praburam18","twitter_site":"@clickup","twitter_misc":{"Written by":"Praburam","Est. reading time":"18 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/#article","isPartOf":{"@id":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/"},"author":{"name":"Praburam","@id":"https:\/\/clickup.com\/blog\/#\/schema\/person\/e9b687bbc062141431499ef3643f8cbb"},"headline":"How to Use GitHub Copilot for Test Case Generation","datePublished":"2026-02-05T19:55:35+00:00","dateModified":"2026-02-05T19:55:40+00:00","mainEntityOfPage":{"@id":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/"},"wordCount":3410,"publisher":{"@id":"https:\/\/clickup.com\/blog\/#organization"},"image":{"@id":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/#primaryimage"},"thumbnailUrl":"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/04\/image-280.png","articleSection":["Manage","Software Teams"],"inLanguage":"en-US"},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/","url":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/","name":"How to Use GitHub Copilot for Test Case Generation | ClickUp","isPartOf":{"@id":"https:\/\/clickup.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/#primaryimage"},"image":{"@id":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/#primaryimage"},"thumbnailUrl":"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/04\/image-280.png","datePublished":"2026-02-05T19:55:35+00:00","dateModified":"2026-02-05T19:55:40+00:00","description":"How to Use GitHub Copilot for Test Case Generation: Scaffold tests in minutes, track them to keep your suite from going stale and save hours.","breadcrumb":{"@id":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/#primaryimage","url":"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/04\/image-280.png","contentUrl":"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/04\/image-280.png","width":825,"height":813,"caption":"Create, track, and manage software test cases systematically with the ClickUp Test Case Template"},{"@type":"BreadcrumbList","@id":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-test-case-generation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/clickup.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Software Teams","item":"https:\/\/clickup.com\/blog\/software-teams\/"},{"@type":"ListItem","position":3,"name":"How to Use GitHub Copilot for Test Case Generation"}]},{"@type":"WebSite","@id":"https:\/\/clickup.com\/blog\/#website","url":"https:\/\/clickup.com\/blog\/","name":"ClickUp","description":"The ClickUp Blog","publisher":{"@id":"https:\/\/clickup.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/clickup.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/clickup.com\/blog\/#organization","name":"ClickUp","url":"https:\/\/clickup.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/clickup.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/07\/logo-v3-clickup-light.jpg","contentUrl":"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/07\/logo-v3-clickup-light.jpg","width":503,"height":125,"caption":"ClickUp"},"image":{"@id":"https:\/\/clickup.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/clickupprojectmanagement","https:\/\/x.com\/clickup","https:\/\/www.linkedin.com\/company\/clickup-app","https:\/\/en.wikipedia.org\/wiki\/ClickUp","https:\/\/tiktok.com\/@clickup","https:\/\/instagram.com\/clickup","https:\/\/www.youtube.com\/@ClickUpProductivity"]},{"@type":"Person","@id":"https:\/\/clickup.com\/blog\/#\/schema\/person\/e9b687bbc062141431499ef3643f8cbb","name":"Praburam","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/clickup.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a55c945c3e708bbc1a9018eb52ba363ae523e4a9139c9046b523ce689683aba5?s=96&d=retro&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a55c945c3e708bbc1a9018eb52ba363ae523e4a9139c9046b523ce689683aba5?s=96&d=retro&r=g","caption":"Praburam"},"description":"Praburam is a Growth Marketing Manager at ClickUp who loves building systems and scaling business functions. As a ClickUp expert, he enjoys sharing actionable tips and tricks to scale your workflows and processes efficiently. A traveler by heart, he's exploring the world one city at a time.","sameAs":["https:\/\/www.linkedin.com\/in\/praburam-srinivasan\/","https:\/\/x.com\/https:\/\/twitter.com\/Praburam18"],"url":"https:\/\/clickup.com\/blog\/author\/psrinivasanclickup-com\/"}]}},"reading":["15"],"keywords":[["Manage","manage",766],["Software Teams","software-teams",988]],"redirect_params":{"product":"","department":""},"is_translated":"true","author_data":{"name":"Praburam","link":"https:\/\/clickup.com\/blog\/author\/psrinivasanclickup-com\/","image":"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2024\/03\/Praburam-headshot-e1715173899778.png","position":"Growth Marketing Manager"},"category_data":{"name":"Manage","slug":"manage","term_id":766,"url":"https:\/\/clickup.com\/blog\/manage\/"},"hero_data":{"media_url":"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2024\/08\/image-322.png","media_alt_text":"ClickUp Software Team Project Management Software","button":"custom","template_id":"","youtube_thumbnail_url":"","custom_button_text":"Ease test case management with ClickUp","custom_button_url":"https:\/\/app.clickup.com\/signup"},"_links":{"self":[{"href":"https:\/\/clickup.com\/blog\/wp-json\/wp\/v2\/posts\/586059","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/clickup.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/clickup.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/clickup.com\/blog\/wp-json\/wp\/v2\/users\/106"}],"replies":[{"embeddable":true,"href":"https:\/\/clickup.com\/blog\/wp-json\/wp\/v2\/comments?post=586059"}],"version-history":[{"count":49,"href":"https:\/\/clickup.com\/blog\/wp-json\/wp\/v2\/posts\/586059\/revisions"}],"predecessor-version":[{"id":588596,"href":"https:\/\/clickup.com\/blog\/wp-json\/wp\/v2\/posts\/586059\/revisions\/588596"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/clickup.com\/blog\/wp-json\/wp\/v2\/media\/446493"}],"wp:attachment":[{"href":"https:\/\/clickup.com\/blog\/wp-json\/wp\/v2\/media?parent=586059"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/clickup.com\/blog\/wp-json\/wp\/v2\/categories?post=586059"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/clickup.com\/blog\/wp-json\/wp\/v2\/tags?post=586059"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}