iTwin / appui

Monorepo for iTwin.js AppUi
MIT License
8 stars 2 forks source link

Add router to merge connected and standalone test apps #964

Closed GerardasB closed 1 week ago

GerardasB commented 1 month ago

Changes

This PR adds TanStack Router and merges the test apps under a single test-app The functionality of previously existing test-apps/appui-test-app/standalone and test-apps/appui-test-app/connected apps is now accessible via different routes of app/test-app.

Environment keys were cleaned up as well, take a look at .env.template before moving your .env files.

Testing

Ran the e2e tests and tested manually.