kaidamasaki / testify

πŸ±β€πŸ‘€ Run JavaScript & TypeScript tests easily using CodeLens πŸ±β€πŸ’»

Home Page:https://marketplace.visualstudio.com/items?itemName=felixjb.testify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testify

Build Status

Testify is a JavaScript and Typescript test runner extension for VSCode. It adds codelens near describe, it, and test keywords enabling VSCode to run associated tests and output the results in the integrated terminal. Currently it works out of the box for Mocha and Jest test runner.

Demo

demo

Configuration

The following configuration properties are available:

Property Description Example
testify.additionalArgs CLI args to pass to test runner "--watch"
testify.envVars Environment variables to set before running a test { "NODE_ENV": "test" }

Compatibility

This extension works currently with :

  • Mocha
  • Jest

Versioning

We use Semantic Versioning for versioning. For the versions available, see the tags on this repository. Also, this project adheres to Keep a Changelog.

Contributing

Please read the CONTRIBUTING document for details on our code of conduct, and the process for submitting pull requests to us.

Thanks goes to these wonderful people (emoji key):

Felix J. Batista
Felix J. Batista

πŸ’» πŸ€”
Willian Silva
Willian Silva

πŸ’»
Geoffrey
Geoffrey

πŸ’» πŸ€”
Johan Rouve
Johan Rouve

πŸ› πŸ’»
Kreshchenko Nickolay
Kreshchenko Nickolay

πŸ’» πŸ€”
Sascha Dais
Sascha Dais

πŸ› πŸ’» πŸ€”

This project follows the all-contributors specification. Contributions of any kind welcome!

Authors

  • Geoffrey - Initial work - Github: @g3offrey
  • Felix J. Batista - Forked project - Github: @felixjb

based on JavaScript Test Runner by Geoffrey

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

πŸ±β€πŸ‘€ Run JavaScript & TypeScript tests easily using CodeLens πŸ±β€πŸ’»

https://marketplace.visualstudio.com/items?itemName=felixjb.testify

License:MIT License


Languages

Language:TypeScript 100.0%