Replies: 1 comment 2 replies
-
It could be good to start writing new tests without Protractor before the Vue-rewrite, because the tests might help. I have been looking a bit at different frontend testing libraries/frameworks. From what I saw, I did not like Cypress. To me, it looks a little heavy-weight. I prefer to run the tests as a simple CLI-application and it seems like Cypress does not support that (but maybe it does). If it seems much better than all alternatives than maybe that's what should be used anyway. Here are the other alternatives I have found, but I don't have much information about them:
I think some of these use Webdriver and some don't. One thing to check for each one is if whether Github Actions can run the tests. |
Beta Was this translation helpful? Give feedback.
-
When visiting the Protractor website, I noticed a note saying “Protractor is deprecated and will reach end-of-life in the summer of 2023”. Even without that, I suppose that moving away from AngularJS will also mean that frontend testing will need to move to some other framework.
Vue.js seems to recommend some testing solutions, such as Cypress for end-to-end testing (with some other options). However, I don’t know if they could be used at the transition stage from AngularJS to Vue.js.
Beta Was this translation helpful? Give feedback.
All reactions