Elan Deyan
Elan Deyan
Hi, I'm getting the same problem, where should I add this commands tag? ```mutation_test_default_config.xml flutter test ``` Command: ```pwsh dart run mutation_test -r mutation_test_default_config.xml ``` Output: ```txt Found 45 mutations...
after ask chatgpt, he found a solution, at least for windows devices, like mine. Inside the commands group, call `flutter.bat test`. ```xml flutter.bat test ```