qentinelqi / qweb

Keyword driven automation for the web
https://github.com/qentinelqi/qweb
Apache License 2.0
39 stars 17 forks source link

Add some flexibility to acceptance-tests duty #91

Closed turunenm closed 2 years ago

turunenm commented 2 years ago

Add PROBLEMIN[OS/BROWSER] tag exclusions based on the OS and used browser

Now it's possible specify the tags to exclude with a CSV list with option excludes="mytag, another, and_third"

You can also insert any Robot Framework command line options with other_options="-v MYVAR:value -d custom/output/dir/ -t run_this_test -t also_run_this"

examples: