https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38167 --- Comment #20 from Victor Grousset/tuxayo <victor@tuxayo.net> --- (In reply to Paul Derscheid from comment #12)
I think this is unused because we don't have component tests yet.
If I am not mistaken we just went e2e.
There's https://www.npmjs.com/package/cypress-rspack-dev-server (btw) but it doesn't support vue yet (just react).
Indeed: https://github.com/th3fallen/cypress-rspack-dev-server/issues/3 (In reply to Paul Derscheid from comment #13)
But if we don't have any yet, I just want to casually advocate for adding component tests in the future.
Huge gains in actual test coverage for behaviour, comparatively little effort.
That would have been a reason to consider staying on webpack but as we see here, we could only know about cypress-rspack-dev-server existence and limitations after starting removing webpack dependencies. And thus making rolling back not a drop in replacement >_< Should we just remove the `component` object from the config? Or leave it (as it's unused) so if someone wants to do component tests it's easier to adapt to cypress-rspack-dev-server? (whether it supports rspack or we have to come back to webpack) -- You are receiving this mail because: You are watching all bug changes.