diff --git a/workspace/test_configurations.go b/workspace/test_configurations.go index f5bb29019..f0cbd174b 100644 --- a/workspace/test_configurations.go +++ b/workspace/test_configurations.go @@ -74,6 +74,9 @@ var TestConfigurations = map[string]TestConfiguration{ "ballerina": { Command: "bal test", }, + "batch": { + WindowsCommand: "call {{test_files}}", + }, "bash": { Command: "bats {{test_files}}", },