First things first: Don’t. This is a bad idea, because it lacks tracking, cookie consent and most likely more things, you just get for free if you implement either just a nice landing page inside of Shopware or if you need more liberty have your own controller and template (with all the benefits, like extending“Shopware: Landingpage outside of Shopware and “add to cart”” weiterlesen
Schlagwort-Archive:javascript
Cypress: Error: Syntax error, unrecognized expression – How to escape
I’m writing Cypress tests for our first hopefully-soon-to-be-purchased Shopware plugin and stumbled over: The problem? Cypress is using jQuery internally and therefore you need to escape the parameter for cy.get properly. Thankfully K K Agrawal wrote a blogpost about how to do that! He added a method to do it but unfortunately no easy to“Cypress: Error: Syntax error, unrecognized expression – How to escape” weiterlesen