devkit icon indicating copy to clipboard operation
devkit copied to clipboard

Does this library load angular components in Cypress Component Test Runner as like production application page

Open Sathish787 opened this issue 3 years ago • 1 comments

Does this library load angular components in Cypress Component Test Runner as like production application page with all styles, alignment and everything or it is just like a component load in Karma.

Thanks Sathish

Sathish787 avatar May 17 '21 23:05 Sathish787

It's using the Angular CLI common webpack configuration. In the really short term, we will add an optional target option to choose the configuration to use from Angular.json in order to load the same polyfills and styles.

Cf. #51

yjaaidi avatar May 18 '21 08:05 yjaaidi