Description
In the old design, the autorun for all tests is implemented here:
|
useEffect(() => { |
|
if (autoRun) { |
|
runAllTests(); |
|
} |
|
}, []); |
In the new design, this runAllTests function is not being called.
The feature to automatically run all tests needs to be implemented for this option in the new report design.
Verify latest release
Html-reporter version
10.19.0
Last html-reporter version that worked
No response
Link to the code that reproduces this issue or a replay of the bug
No response
Reproduction steps
- Run
npx testplane gui -a
- Open new-ui GUI
Actual Behavior
- Tests dont start automatically, if new ui is open (though they are starting when using old ui)
Expected Behavior
- Tests start automatically because of
-a CLI option
Which Node.js version are you using?
20.18.1
Internal issue: https://nda.ya.ru/t/6MgQHuWN7JEa7R
Description
In the old design, the autorun for all tests is implemented here:
html-reporter/lib/static/components/controls/run-button/index.jsx
Lines 58 to 62 in 1103aba
In the new design, this runAllTests function is not being called.
The feature to automatically run all tests needs to be implemented for this option in the new report design.
Verify latest release
Html-reporter version
10.19.0
Last html-reporter version that worked
No response
Link to the code that reproduces this issue or a replay of the bug
No response
Reproduction steps
npx testplane gui -aActual Behavior
Expected Behavior
-aCLI optionWhich Node.js version are you using?
20.18.1
Internal issue: https://nda.ya.ru/t/6MgQHuWN7JEa7R