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.
myeventlistner を使用してテスト ケースに失敗した後、スクリーンショットを撮ることができますが、reportNG で pic ではなくパスを取得しています。
これについて私を助けてください
HTML の一部を ReportNG レポートに挿入して、画像を表示しようとしていますか?
デフォルトでは、ReportNG はマークアップの問題を回避するためにログ エントリをエスケープします。ただし、これがやりたいことであり、他の場所で問題が発生しないことが確実な場合は、org.uncommons.reportng.escape-outputプロパティを に設定してエスケープをオフにすることができますfalse。
org.uncommons.reportng.escape-output
false