cypress-io / cypress

Fast, easy and reliable testing for anything that runs in a browser.
https://cypress.io
MIT License
46.41k stars 3.14k forks source link

Component testing support for Aurelia #23120

Open jassisingh13 opened 1 year ago

jassisingh13 commented 1 year ago

What would you like?

It would be great if cypress can support component testing for aurelia... Currently it support react, vue and angular,

I am sure there are few of us who use cypress for integration testing but it would be great if we can use cypress for component testing of aurelia .

Why is this needed?

Currently cypress does not support Aurelia component tetsing.

Other

No response

jassisingh13 commented 1 year ago

hi @AtofStryker any update on this please?

AtofStryker commented 1 year ago

Hi @jassisingh13. I have routed this issue over to the component testing team for them to prioritize. I do not know if/when it will be supported, but this feature request is now in the backlog.

jassisingh13 commented 1 year ago

Thanks @AtofStryker

MattWatt commented 1 year ago

I'm interested as well. I'm in the process of migrating our Aurelia component testing to Cypress 10.8. Previously I had apparently successfully migrated to 7.x => 10.0.1 and everything appeared to be working.

I'm attempting to to go through the changes to the manual devServer process since 10.0.1 with some success. However, I got hung up on the new component-index.html requirement and I'm not sure what to do with this new file I apparently need to have. I was able to generate the boiler plate file, but I'm not sure how to integrate Aurelia testing with this new required file.

jassisingh13 commented 1 year ago

@MattWatt Did you use cypress for your Aurelia component tests?

jassisingh13 commented 10 months ago

hi @nagash77 any updated on this please?