aurelia / v1

The Aurelia 1 scaffolding repo used by our tools to setup new projects.
MIT License
9 stars 3 forks source link

Can you keep Cypress as an option for e2e testing? #43

Open glyad opened 2 years ago

glyad commented 2 years ago

I use Cypress for e2e testing last 3 years. Why do not keep Cypress as one of the options?

In addition, I would be very glad to add options to use Cucumber both with Cypress and with Playwright. I just built the template using Cypress(10)-TS-Cucumber. If need, I can contribute it.

3cp commented 2 years ago

Sorry about that. https://discourse.aurelia.io/t/playwright-or-cypress-for-aurelia-2-and-1/4807/7

We had difficulty to keep up with cypress's breaking changes over the years (I don't know why cypress needs to make so many breaking changes). And there are some random errors on CI we need to bypass too.

However, I gave a branch name for previous cypress skeleton. You can still access the branch through

npx makes aurelia/v1#cypress

FYI, au new just calls npx makes aurelia/v1 internally.

Cucumber is welcome, as long as it's not flaky for CI.