darky / ginkgoTestExplorer

A Ginkgo Test Explorer for VS Code

Home Page:https://marketplace.visualstudio.com/items?itemName=joselitofilho.ginkgotestexplorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ginkgo Test Explorer for VS Code

Welcome!

This VS Code extension offers a set of tools for the Ginkgo Framework.

Ginkgo Test Explorer

It is based on two other extensions:

Requirements

Golang

This package requires the Go programming language extension for language support. It also requires you to have golang installed on your machine. To install, follow these instructions

Ginkgo

  • Version: 1.15.0 or newer
  • The extension does not include the gingko executable. To install, follow these instructions.

Just go get it:

go get github.com/onsi/ginkgo/ginkgo
go get github.com/onsi/gomega/...

Features

View tests tree

View tests tree

View test file tree

View test file tree

Run/Debug individual test

Run/Debug individual test

Run/Debug suite tests

Run/Debug suite tests

Run suite tests

Generate suite coverage

Generate suite coverage

Run all project tests

Run all project tests

Generate project coverage

Generate project coverage

Go to symbol in editor

Go to symbol in editor

Command pallete

on Windows or Linux:

  • Tap ctrl + shift + p

on MacOS:

  • Tap command + shift + p

Command pallete

License

MIT

About

A Ginkgo Test Explorer for VS Code

https://marketplace.visualstudio.com/items?itemName=joselitofilho.ginkgotestexplorer

License:Other


Languages

Language:TypeScript 97.8%Language:Go 1.8%Language:Dockerfile 0.4%