You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2022. It is now read-only.
golem run project suite --tags foo # run all the tests of 'suite' that have 'foo' tag
golem run project . --tags foo # run every test with 'foo' tag
golem run project folder/ --tags # run every test in 'folder' with 'foo' tag
I want to add a list of tags to a test.
AC:
tags = ['tag1', 'tag2']
golem run foo bar --tags tag1 tag2
The text was updated successfully, but these errors were encountered: