Skip to content

HandOfGod94/vscode_exunit_formatter

Repository files navigation

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