You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using @angular/localize and have different builds with translated versions in different languages.
After running ng add @cypress/schematic and then ng e2e what I get is a version of my app without localization. How can I test my app against translations?
For example I want to test and confirm that my button is showing Close under localhost:4200/en/ and Cerca under localhost:4200/es/
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using
@angular/localize
and have different builds with translated versions in different languages.After running
ng add @cypress/schematic
and thenng e2e
what I get is a version of my app without localization. How can I test my app against translations?For example I want to test and confirm that my button is showing
Close
underlocalhost:4200/en/
andCerca
underlocalhost:4200/es/
Beta Was this translation helpful? Give feedback.
All reactions