Giter VIP home page Giter VIP logo

django-test-explorer's Introduction

Implementing a Test Controller for Visual Studio Code

This repository contains an example for implementing a TestController extension that works with the Test Explorer extension.

Setup

  • install the Test Explorer extension
  • fork and clone this repository and open it in VS Code
  • run npm install
  • run npm run watch or start the watch Task in VS Code
  • start the debugger

You should now see a second VS Code window, the Extension Development Host, in which the ExampleController is active: When you open a folder in this window, a Status Bar Item with the text "Loaded n tests" should show up. When you click that Status Bar Item, a test run will be started and the text of the Status Bar Item will change to show the number of passed and failed tests.

Implementation

This really depends on what you want to do with your Test Controller. The example code shows how to subscribe to the main TestAdapter events and you can also send load/run/debug requests to them. You will receive all events sent by the Test Adapters, even if the requests that led to these events came from the Test Explorer or any other Test Controller.

Publish

  • update package.json with your preferred values (at a minimum you should change name, displayName, description, author, publisher, homepage, repository and bugs)
  • create an icon for your Test Controller (there's an SVG version of the Test Explorer icon at img/test-explorer.svg) and reference it in package.json
  • replace this README with your documentation

Now you're ready to publish the first version of your Test Controller.

django-test-explorer's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.