-
The documentation specifies that the tests can be executed in headless mode but I could not figure out how to achieve that. Could you provide the commands needed to do that ? I have found this in one issue but this seems to run the manager.
Ideally I would like to run the tests and just read the log files and optionally generate report files for later inspection in case of failure in my CI pipeline. Is that something supported currently or planned in the feature ? I will be happy to help the project in any way if you could provide some guidance. Thanks again for the great gift to the community ! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
You are welcome!
Currently supported :) Indeed it runs well in my ci.
Yes, just this:
In one shell you run that convenient_test_manager_dart which is headless, i.e. a command line program. |
Beta Was this translation helpful? Give feedback.
-
oh I just figured out you are running Thanks for the very fast response ! |
Beta Was this translation helpful? Give feedback.
-
Running the 2 commands above (in 2 independent terminals) then |
Beta Was this translation helpful? Give feedback.
You are welcome!
Currently supported :) Indeed it runs well in my ci.
Yes, just this:
In one shell you run that convenient_test_manager_dart which is headless, i.…