Skip to main content
Module

x/tepi/ROADMAP.md

A .http Test Runner
Go to Latest
File

Roadmap

This document describes the roadmap for the project.

1.0.0

  • Support for the --watch

  • Support for the --timeout

  • Support for the --fail-fast

  • --display none, minimal, default , full and verbose

  • --help output usage information

  • --env-file load environment variables from a .env file

  • --no-color output without color

  • --upgrade upgrade to the latest version

  • Support front-matter yaml as metadata, global and per test

  • Support meta.host for declaring the base url.

  • Support meta.needs for running tests in a specific order.

  • Support meta.ignore for skipping tests.

  • Support meta.only for running only specific tests.

  • Support for eta as template engine.

  • Support for meta.display to override the global display mode.

  • Support for meta.timeout to override the global timeout.

  • Support for meta import: to import other files

  • Support for meta.noColor to override the global noColor.

  • Better error display.

  • Support for the --watch-no-clear

  • Support for meta run: to run shell commands

  • Concurrent test execution