pico-project-generator icon indicating copy to clipboard operation
pico-project-generator copied to clipboard

Add basic integration tests

Open matiasilva opened this issue 4 years ago • 2 comments

This PR adds the ability for integration tests to be run so that as we improve the project generator, we can guarantee the expected behavior without having to run it manually.

At the moment, this PR is pending some improvements to how paths are treated in the program (will come in another PR) so that we can distinguish the base path from the output path.

matiasilva avatar Aug 03 '21 16:08 matiasilva

@liamfraser Do you remember why we had to set up a self-hosted runner? Is it worth re-using that here?

lurch avatar Aug 03 '21 17:08 lurch

@liamfraser Do you remember why we had to set up a self-hosted runner? Is it worth re-using that here?

Yes, we could do. It is only currently used for the sdk and examples. Mainly because we had a spare machine and didn't want to pay for cloud time.

liamfraser avatar Sep 02 '21 15:09 liamfraser