Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1 KB

README.md

File metadata and controls

31 lines (21 loc) · 1 KB

VSCodeExUnitFormatter

pipeline codecov

WIP

Overview

VSCode Test extension is useful to run and debug tests quickly across any project for any language. This project aims to format test results in such a way that test adapter can recognize it and thus enables running tests from VSCode test adapter.

Dev setup

# run tests with coverage
mix run --cover

# run credo
mix credo --strict

# create archive
mix do archive.build, archive.install

# to run with test formatter
mix test --formatter VSCodeExUnitFormatter

This reporter has to be used in conjunction with vscode-exunit-test-adapter