# test実行時に、optionを渡すことができる # 同フォルダにconftest.pyを作る(中身はそちらを参照) # そうすることで下記コマンドを打つと、optionsで受け取れるようになっていることがわかる # setup.pyの 「test_suits='tests'」と指定し、「$ python setup.py test」とかでOK ...
When it comes to test automation, there are various tools and frameworks available, making it challenging to choose the right one for your project. In this blog post, we will compare Playwright, a ...