Relative Content

Tag Archive for automated-testscypress

Cypress can’t find an element that actually exists

During my testing inside of SAP Hybris I’ve met an issue with the component I believed that nothing can go wrong. Namely it is a simple component containing the Description for the item (promotion in this case).
Here is my initial cypress command:

How do I configure cypress-sql-server with no cypress.json?

I’m trying to setup cypress-sql-server, but I’m using version 10.8.0, which does not use cypress.json to configure the environment. All of the setup instructions I’ve found refer to using cypress.json to configure the plug-in. I am running into an error:

Scrolling in the table component with Cypress

I’m working on automating some testing with Cypress inside of SAP Hybris. Basically, I’m at the part where a list of promotions is given in the form of a table. The task that Cypress has to manage is to find a row containing 4 values (given in 4 columns) by which it can conclude that it is a unique promotion, after which it should click on it.