Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.29 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.29 KB

NOT WORKING YET Build Status

If you run $(npm bin)/cypress open and click on "spec.ts" it does not show any errors, meaning a component has been bootstrapped. Not the HTML looks very weird and nothing is running. I assume the Angular code is running in the spec iframe and cannot cross into the app iframe where the component has been mounted.

Some HTML but no action

See cypress/integration/spec.ts for mounting code.

Working

I have successfully used this mounting approach to test components in other frameworks.