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
When I view my HTML test report output I expect the total time it took to complete the run to appear in overall performance, but the Overall Performance runtime appears to differ from the suite runtime on a single suite run.
Steps to reproduce
Create a test suite (.ts file) with more than one test case inside
Execute the test using npx nightwatch name-of-test-suite.ts
Open the Nightwatch HTML report from the test output directory
Observe the time reported in the upper left section near Overall Performance and then the time shown in the upper right of the Spec: view next to where it has the Environment - Browser - OS - Local - [ time here ]
Sample test
No response
Command to run
npx nightwatch name-of-test-suite.ts
Verbose Output
No response
Nightwatch Configuration
No response
Nightwatch.js Version
3.5
Node Version
20
Browser
Chrome
Operating System
Windows 11
Additional Information
Note 9 min 5 sec minutes vs 17 min 43 sec
And here is another screenshot/report from Ayush on Discord (9 sec vs 4 sec)
The text was updated successfully, but these errors were encountered:
I’ve fixed the issue and submitted a pull request for it. I’ve also included screenshots in the PR to demonstrate the changes.
Please let me know if there’s anything else you’d like me to add or modify!
Description of the bug/issue
When I view my HTML test report output I expect the total time it took to complete the run to appear in overall performance, but the Overall Performance runtime appears to differ from the suite runtime on a single suite run.
Steps to reproduce
npx nightwatch name-of-test-suite.ts
Sample test
No response
Command to run
Verbose Output
No response
Nightwatch Configuration
No response
Nightwatch.js Version
3.5
Node Version
20
Browser
Chrome
Operating System
Windows 11
Additional Information
Note 9 min 5 sec minutes vs 17 min 43 sec
And here is another screenshot/report from Ayush on Discord (9 sec vs 4 sec)
The text was updated successfully, but these errors were encountered: