jaywick / vscode-jest-test-adapter-jf

Jest Test Adapter for the VS Code Test Explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jest Test Explorer for Visual Studio Code

Run your Jest tests using the Test Explorer UI.

Forked and adopted from rtbenfield/vscode-jest-test-adapter where it appeared abandoned. The project had a lot of potential, so it was adopted here.

Build Status

Getting Started

  • Install the extension and restart VS Code
  • Open a project with Jest tests
    • Currently limited to Jest being available from the ./node_modules/.bin/jest path from the VS Code workspace directory. We are working to make this more flexible.
  • Open the Test view
  • Run / Debug your tests in the Test Explorer

Project setup

  • Azure DevOps is used to build and test master branch and pull requests.
  • GitHub is used to host the source code and manage user issues.
  • Azure Boards are used to manage development tasks.
  • Pre-release versions of the extension are published to GitHub releases.
  • Release versions will be published to GitHub releases and the marketplace.

Contributions are welcome. This project was partially an attempt to increase my devops and software delivery skills.

About

Jest Test Adapter for the VS Code Test Explorer

License:MIT License


Languages

Language:TypeScript 99.9%Language:JavaScript 0.1%