infinitered / ignite-bowser

Bowser is now re-integrated into Ignite CLI! Head to https://github.com/infinitered/ignite to check it out.
https://infinite.red/ignite
MIT License
616 stars 140 forks source link

Test a generated Expo app too #327

Closed bryanstearns closed 4 years ago

bryanstearns commented 4 years ago

Generate & test an Expo app too; break up the main test into individual tests, and clean up between them.

The bad news: after the above, test suite runtime went from 5.2m to 11.2m for me - makes sense it'd about double since we're generating a second app once, and running each of the slow generated-stuff tests twice. (I also had to increase CircleCI's timeout to get it to pass this branch.) I tried making ignite-cli a devDependency of the generated app so that I could run ignite in the tests without npx, but that didn't work right, so I reverted it.

bryanstearns commented 4 years ago

Closing this since it's not the right direction (but didn't want to throw away the work!)