Run tests from an executable.
- Create the
__tests__
directory. - Write expected
in[X]
andout[X]
files inside the tests directory. - Run the app using the executable:
./exec-tests --exe [EXECUTABLE]
Download the app and run:
chmod +x ./exec-tests
--exe [EXECUTABLE]
: Set the executable file to be used.
--continueInError
: Make the app continue working even with errors.