Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Python で書かれた一連の Selenium テストをリファクタリングしています。数年前に Java を行ったとき、testNG を使用して、テスト (スモーク テスト、回帰など) に注釈を付けてグループ化しました。私のAntスクリプトでは、testngディレクティブを使用して実行するグループを選択することにより、ユーザーは任意のテストセットを実行できました。
Selenium w/Python に似たようなものはありますか?
ティア