wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
12.76k stars 1.14k forks source link

Run headless tests on `waspc/examples/todoApp` #2024

Open sodic opened 1 month ago

sodic commented 1 month ago

The app we run headless tests on (headless-test/examples/todoApp) is a copy of waspc/examples/todoApp that diverged over time.

Having multiple copies of "apps for testing" is a maintenance burden. We should combine these two apps into a single app under waspc/examples/todoApp and run the tests on that one.

Related #1976 Related #2011 See this when implementing: https://github.com/wasp-lang/wasp/pull/2044#discussion_r1636908391