Hi I am new to cypress. I have been using protrac...
# help
m
Hi I am new to cypress. I have been using protractor for angular js project and angular project ( angular 11+) Now that protractor is deprecated end of 2022, I need to migrate. Will cypress support angular js and angular 11+?
a
There is no Angular support in Cypress yet, but it is coming. No release date set yet.
m
thanks. good to know
e
Cypress is testing through the browser: it doesn't test a specific framework target, just the rendered application. The only specific support is about Cypress Component Testing. There is no official Angular support (but community ones) right now and more likely no AngularJS Component Testing support will be released
a
Oh yeah, good point, I really replied with incorrect info. @melodic-portugal-66708 you should be fine testing an Angular app in Cypress (I do it every day). The only thing missing is component testing. @echoing-painting-40909 I think it's confirmed that this is coming soon.
m
thanks @echoing-painting-40909 and @adorable-smartphone-87280
2 Views