I am looking for VSCode extension, that runs all the tests I have in my project in one click. See the example below, to see what I really mean.
Let's say I have a couple of files, that I want to run tests from:
Eg:
1.Test_input_1.txt
2.Test_output_1.txt (Correct output for Test_input_1.txt)
3.Test_input_2.txt
4.Test_input_3.txt (Correct output for Test_input_1.txt)
Once I click the run button, I want to check my program against all given inputs and outputs.
Any suggestions are welcomed!