lifeart / demo-ember-vite

Ember.js running on Vite
https://stackblitz.com/github/lifeart/demo-ember-vite
MIT License
57 stars 5 forks source link

Playwright test integration #44

Closed lifeart closed 1 year ago

lifeart commented 1 year ago

Let's assume we would like to run tests without "ember" magic, just have same exp as our application users.

For this purpose, we have to add proper playwright setup:

lifeart commented 1 year ago

It's working now.