Hi
We have 2 packages in our flutter project and aim to run the tests of the main project .
as well as the ones in the packages, core
& ecom
. To do this I added 3 Flutter Test steps, each pointing to one of these by altering the project location input.
The Tests run and pass fine, but the moment there are 3 of these steps, I get this message on the Test Reports page: Test Reports wasn't configured correctly. Please make sure you configure it in the Workflow Editor. Get help for setting up Test Reports.
If I just have 2 of the steps (regardless of which 2 in combination), it works fine and I can see all the results.
Not sure if this is a bug? From my end I think Test Report is configured correctly as it handles 2 test steps perfectly fine.