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.
Eclipse でかなりの数の TestNG テストを実行していますが、それぞれに同じ VM 引数を渡す必要があります。これをデフォルトに設定して、新しいテストを作成するたびに入力する必要がないようにする方法はありますか?
ありがとう!
引数をグローバルに設定します: Window > Preferences >TestNG > Run/Debug
引数が複数ある場合は、それらを空白で区切ります。