Test Parser Services
Test Parser services are responsible parsing a test file. Each test parser is registered for a specific file extension type. Every file that the test engine finds in the test directory will have its extension checked against all test parser services contained in the Testify bundles folder until an extension matches. If the parsing does not work, Testify will attempt to run the next test parser that matches the extension type. This will continue until the file is parsed or all test parsers have been checked.
Below is a list of all the Testify supported test parser service pages. Each page provides a download link along with implementation specific details.