10 results found
-
Testing - Visual Studio Code
One of the great things in Visual Studio Code is testing support. Automatically discover tests in your project, run and debug your tests, and get test coverage results.
-
Python testing in Visual Studio Code
Python testing in Visual Studio Code The Python extension builds on the built-in testing features in VS Code and provides test discovery, test coverage, and running and debugging tests for Python's built-in unittest framework and pytest. Configure tests When the Python extension is installed and a Python file is open within the editor, a test beaker icon displays on the VS Code Activity Bar ...
-
Build and test web apps with browser agent tools
Learn how to use browser agent tools in VS Code to build and automatically test web applications with AI.
-
Set up a test-driven development flow in VS Code
Learn how to set up a test-driven development (TDD) workflow in VS Code with Copilot and custom agents and instructions.
-
Test with GitHub Copilot - Visual Studio Code
Test with GitHub Copilot Writing and maintaining tests is a crucial but often time-consuming part of software development. GitHub Copilot streamlines this process by helping you write, debug, and fix tests more efficiently in Visual Studio Code. This article shows you how to leverage Copilot's testing capabilities to improve your testing workflow and increase test coverage in your projects ...
-
Testing API | Visual Studio Code Extension API
Testing API The Testing API allows Visual Studio Code extensions to discover tests in the workspace and publish results. Users can execute tests in the Test Explorer view, from decorations, and inside commands. With these new APIs, Visual Studio Code supports richer displays of outputs and diffs than was previously possible. Note: The Testing API is available in VS Code version 1.59 and higher ...
-
Visual Studio Code for the Web
Visual Studio Code for the Web Visual Studio Code for the Web provides a free, zero-install Microsoft Visual Studio Code experience running entirely in your browser, allowing you to quickly and safely browse source code repositories and make lightweight code changes. To get started, go to https://vscode.dev in your browser. VS Code for the Web has many of the features of VS Code Desktop that ...
-
Testing Java with Visual Studio Code
Testing Java with Visual Studio Code Testing Java in Visual Studio Code is enabled by the Test Runner for Java extension. It's a lightweight extension to run and debug Java test cases. Overview The extension supports the following test frameworks: JUnit 4 (v4.8.0+) JUnit 5 (v5.1.0+) TestNG (v6.9.13.3+) The Test Runner for Java works with the Language Support for Java™ by Red Hat and Debugger ...
-
Testing Extensions | Visual Studio Code Extension API
Testing Extensions Visual Studio Code supports running and debugging tests for your extension. These tests will run inside a special instance of VS Code named the Extension Development Host, and have full access to the VS Code API. We refer to these tests as integration tests, because they go beyond unit tests that can run without a VS Code instance. This documentation focuses on VS Code ...
-
Download Visual Studio Code Insiders
For early adopters, you can get the latest release of VS Code each day with the Insiders Build. Available on Mac, Linux and Windows.