bcpeinhardt / schnauzerUI

A human readable scripting language for automated UI tests.
MIT License
10 stars 0 forks source link

One Test Report for Multiple Tests #7

Open bcpeinhardt opened 1 year ago

bcpeinhardt commented 1 year ago

Although SchnauzerUI encourages writing completely standalone test scripts, people still may want to run a bunch of scripts and combine them into a single test report. It seems the easiest way to do that is to add a concept of a "test suite", described in a config file. I'm thinking TOML or JSON.