diff --git a/README.md b/README.md index 1cac538..c253b47 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Built on the power of Next.js and Tailwind CSS, this reporter takes your raw tes ## 🚀 Quick start - Run your TestNG tests using it's default reporter listeners + - ![Step 1](/public/step-1.png) + - ![Step 2](/public/step-2.png) - Upload `testng-results.xml` from the `test-output` folder - Wait for the beautiful Test reports to get generated diff --git a/public/step-1.png b/public/step-1.png new file mode 100644 index 0000000..04b0ad7 Binary files /dev/null and b/public/step-1.png differ diff --git a/public/step-2.png b/public/step-2.png new file mode 100644 index 0000000..41520bd Binary files /dev/null and b/public/step-2.png differ