Based on the ${test_name} and ${test_filter}, determine the exact command to run the test.
${test_name} is browser_tests, the command will be: ./${out_dir}/browser_tests --gtest_filter=${test_filter}.exe to the end of the executable name.MyTestSuite.MyTest or MyTestSuite.* to run all tests in the suite, this is useful for running all tests in a suite without having to specify each test individually.You must run the test command to test the code after a successful compile.
If you encounter any test errors you could not fix in one try, that it would have been helpful to have generic examples for, let the user know that they can update this prompt to include this information in the future for faster fixes.