問題タブ [extent]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
selenium - Selenium testNG で ExtentReport が生成されない
testNG レポートをカスタマイズする予定です。したがって、以下のコードで ExtentReports を使用しました。
Selenium は問題なく正常に実行されますが、指定したフォルダーの場所にレポートが生成されません。
pom.xml ファイルにExtentReport 2.41.2 maven 依存関係を追加しました。
サンプルコード:
テスト ケースを実行する前に、loca に html ファイルを作成しましたが、レポートが生成されません。