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.
テスト名を結果ログに追加したいと思います。
「TestCase プロパティ」に「名前」が表示されます
しかし、groovy スクリプトを右クリックしてデータを取得しようとすると、テスト名が見つかりません..
これをどこで行おうとしているのかわかりませんが、テストケースに新しい「Groovyスクリプトテストステップ」を追加する場合、名前のログを追加するのは次のように簡単です。
log.info(context.testCase.name)