quasarframework / quasar-testing

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

Jest testing command doesn't seem to work. #216

Closed mtallalazam closed 2 years ago

mtallalazam commented 2 years ago

I am attaching the quasar info results, so necessary info will be included in there, the issue is that I am not getting any result or info regarding passing or failing tests in the CLI. 1

In the old app. 2

I updated the testing harness and installed jest harness and ran the command quasar test --unit jest and 1st snapshot happened.

Then I created a new app to test if anything is wrong with my setup. This is it's info. 3

Again same response.

IlCallo commented 2 years ago

Do you get the same problem when running test:unit script directly?

mtallalazam commented 2 years ago

No. Then I am getting passing or failing results.

IlCallo commented 2 years ago

Ok, so the problem is probably into the testing harness manager index file I'll try to take a look when I can, but there're a lot of tasks into my backlog, can't assure it will be a fast fix 😅

IlCallo commented 2 years ago

Apparently Quasar prompt system changed default value at some point and a check for a null value had to be updated to check for an undefined value instead

Fixed into v2.0.4