This is a follow-up to my last post concerning installing Cypress in an C8Y project.
I have installed an earlier version of Cypress and can run end-to-end tests in my application. Now, I want to move on to component testing.
However, when I open the Cypress window with the cypress open command, then select the option to configure component testing, it asks me to select from a list of front-end frameworks.
Naturally, I selected Angular, but on the next page they ask me to install some of the core packages for vanilla angular that I know I can’t use when developing with the C8Y CLI.
What are the specific steps needed to set up component testing in Cumulocity?

