Skip to content

Commit

Permalink
Merge pull request #30 from joselitofilho/new/v0.0.14
Browse files Browse the repository at this point in the history
Version 0.0.14 #2
  • Loading branch information
joselitofilho authored Mar 10, 2021
2 parents 3c9865d + c01973d commit 5acee1d
Showing 1 changed file with 45 additions and 8 deletions.
53 changes: 45 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Ginkgo Test Explorer for VS Code

Welcome!

This VS Code extension offers a set of tools for the [Ginkgo Framework](https://onsi.github.io/ginkgo/).

![Ginkgo Test Explorer](https://github.com/joselitofilho/ginkgoTestExplorer/raw/main/media/ginkgotest.gif)
Expand Down Expand Up @@ -29,14 +30,50 @@ go get github.com/onsi/gomega/...

## Features

- Tree tests view
- Run/Debug individual test
- Run/Debug suite tests
- Run all project tests
- Generate suite coverage
- Generate project coverage
- Go to symbol in editor
### View tests tree

![View tests tree](https://github.com/joselitofilho/ginkgoTestExplorer/raw/main/media/view-tests-tree.png)

### View test file tree

![View test file tree](https://github.com/joselitofilho/ginkgoTestExplorer/raw/main/media/view-test-file-tree.png)

### Run/Debug individual test

![Run/Debug individual test](https://github.com/joselitofilho/ginkgoTestExplorer/raw/main/media/run-debug-individual-tests.png)

### Run/Debug suite tests

![Run/Debug suite tests](https://github.com/joselitofilho/ginkgoTestExplorer/raw/main/media/run-debug-suite-tests.png)

![Run suite tests](https://github.com/joselitofilho/ginkgoTestExplorer/raw/main/media/run-suite-tests.png)

### Generate suite coverage

![Generate suite coverage](https://github.com/joselitofilho/ginkgoTestExplorer/raw/main/media/generate-suite-coverage.png)

### Run all project tests

![Run all project tests](https://github.com/joselitofilho/ginkgoTestExplorer/raw/main/media/run-all-project-tests.png)

### Generate project coverage

![Generate project coverage](https://github.com/joselitofilho/ginkgoTestExplorer/raw/main/media/generate-project-coverage.png)

### Go to symbol in editor

![Go to symbol in editor](https://github.com/joselitofilho/ginkgoTestExplorer/raw/main/media/go-to-symbol.png)

### Command pallete

on Windows or Linux:
- Tap <kbd>ctrl</kbd> + <kbd>shift</kbd> + <kbd>p</kbd>

on MacOS:
- Tap <kbd>command</kbd> + <kbd>shift</kbd> + <kbd>p</kbd>

![Command pallete](https://github.com/joselitofilho/ginkgoTestExplorer/raw/main/media/commands.png)

## License

[MIT](LICENSE "License")
[MIT](LICENSE "License")

0 comments on commit 5acee1d

Please sign in to comment.