With robot framework's new version 3.1 .txt files by default aren't parsed and .robot files are. Overall, if I were to continue to use .txt files for testing with robot framework what will the downsides of that compared to using .robot files be? Besides having to use --extenstion .txt when running tests.
Essentially a comparison of .robot files and .txt files using robot framework.