quasarframework / quasar-testing

Testing Harness App Extensions for the Quasar Framework 2.0+
https://testing.quasar.dev
MIT License
179 stars 65 forks source link

`"test:e2e"` does not open up Cypress and `"test:e2e:ci"` does not complete at all. #360

Closed khteh closed 8 months ago

khteh commented 8 months ago

Software version

OS: Ubuntu 23.10 Node: 21.5.0 NPM: 10.4.0 Any other software related to your bug:

What did you get as the error?

n run test:e2e does not open up Cypress UI n run test:e2e:ci does not complete - hanging.

What were you expecting?

The following 2 commands behaves properly:

    "test:e2e": "cross-env NODE_ENV=test start-test \"quasar dev\" http-get://127.0.0.1:8080 \"cypress open --e2e\"",
    "test:e2e:ci": "cross-env NODE_ENV=test start-test \"quasar dev\" http-get://127.0.0.1:8080 \"cypress run --e2e\"",

What steps did you take, to get the error?

https://github.com/khteh/quasar

IlCallo commented 8 months ago

Again and again: we can't help you without a repro, nor an error message, nor anything AFAIK those commands work flawlessly and we use them everyday in our day job Either pin-point a way to reproduce that issue, or we simply don't know how to help you

To reduce the scope, you could try reproducing the same problem on a machine using Node 20 and Ubuntu 22.04 (LTS) and see if that's the cause of your many problems

IlCallo commented 8 months ago

See https://github.com/quasarframework/quasar-testing/issues/361#issuecomment-1921898534