WasiqB / ultra-reporter-app

📊 Next.js based Test Automation reporter
https://ultra-reporter-app.vercel.app
GNU Affero General Public License v3.0
27 stars 4 forks source link

🐛 New Bug: #52

Open sagaronin opened 3 hours ago

sagaronin commented 3 hours ago

❓ What is the bug?

Not able to generate report by uploading testng-result.xml file

📃 Steps to reproduce the bug

create simple selenium-java project using maven write one simple test and run it using surefire plugin by adding below tag in surefire plugin

testng.xml

✅ Expected Behavior

shold be able to generate report

❌ Actual Behavior

getting date not supported error

sagaronin commented 3 hours ago

I am using latest version of - Selenium 4.25 testNG maven IDE used - VS code