StackExchange / httpunit

httpUnit tests compliance of web and net servers with desired output.
https://godoc.org/github.com/StackExchange/httpunit
MIT License
164 stars 13 forks source link

Add "tagging" to test plans #9

Closed tlimoncelli closed 8 years ago

tlimoncelli commented 8 years ago

Feature request:

Plans should have a tags field:

[[plan]] label = "stackexchange_com" url = "http://stackexchange.com/" tags = ["normal"]

The command line should have a way to include certain tags:

httpunit -toml foo.toml -tags=normal