This PR adds integration tests that ensure popper-to-task conversion correctly generates a valid Taskfile.
When testing the Docker engine on CI, we set ENABLE_TASK_TRANSLATOR_TESTS flag, which will 1) install task CLI and 2) run the integration test script.
The purpose of this test is to verify the validity of the files generated by the command, and the rest of the translation process will be covered by unit tests.
This PR adds integration tests that ensure popper-to-task conversion correctly generates a valid Taskfile.
When testing the Docker engine on CI, we set
ENABLE_TASK_TRANSLATOR_TESTS
flag, which will 1) install task CLI and 2) run the integration test script.The purpose of this test is to verify the validity of the files generated by the command, and the rest of the translation process will be covered by unit tests.