You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a Test Automation reporter, which gets generated using a command line tool. This tool is called Ultra Reporter.
This tool uses a Next JS based Test automation report. The end user will be using NPM to install the ultra-report on their system.
Then they will run the following command to generate the report:
ultra-report "[path/to/testng/result.xml"
The CLI will then internally call the command npm run build to build and export the Next JS report using the user provided data to display it on the report.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Summary
Hello Team,
I am working on a Test Automation reporter, which gets generated using a command line tool. This tool is called Ultra Reporter.
This tool uses a Next JS based Test automation report. The end user will be using NPM to install the ultra-report on their system.
Then they will run the following command to generate the report:
ultra-report "[path/to/testng/result.xml"
The CLI will then internally call the command
npm run build
to build and export the Next JS report using the user provided data to display it on the report.Additional information
Any help from the community on what I may be missing or IS THIS EVNE POSSIBLE TO ACHIEVE WITH NEXT JS???
Example
https://github.com/WasiqB/ultra-report
Beta Was this translation helpful? Give feedback.
All reactions