Closed brherger closed 6 years ago
Using: Python 2.7.9 pytest-testrail (1.0.1)
Example usage in readme does not appear to work. $ pytest test_me.py --testrail=testrail.cfg usage: pytest [options] [file_or_dir] [file_or_dir] [...] pytest: error: argument --testrail: ignored explicit argument 'testrail.cfg'
$ pytest test_me.py --testrail=testrail.cfg
usage: pytest [options] [file_or_dir] [file_or_dir] [...] pytest: error: argument --testrail: ignored explicit argument 'testrail.cfg'
@brherger pytest --testrail --tr-config=TR_CONFIG
The config is passed in as a seperate argument. https://github.com/allankp/pytest-testrail#all-available-options
Using: Python 2.7.9 pytest-testrail (1.0.1)
Example usage in readme does not appear to work.
$ pytest test_me.py --testrail=testrail.cfg
usage: pytest [options] [file_or_dir] [file_or_dir] [...] pytest: error: argument --testrail: ignored explicit argument 'testrail.cfg'