Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ui5-wizard): migrate wdio to cypress #10432

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

chore(ui5-wizard): migrate wdio to cypress #10432

wants to merge 2 commits into from

Conversation

MapTo0
Copy link
Member

@MapTo0 MapTo0 commented Dec 20, 2024

No description provided.

@MapTo0
Copy link
Member Author

MapTo0 commented Dec 20, 2024

WDIO tests used to be dependent, therefore a new setup is required for each run.
I stucked on the scrolling tests since the cypress test env does not take 100% of the parents (body > html) height and the wizard cant take 100% of the entire page which prevents the scrollbar to appear. Maybe we can discuss this @nnaydenow @ilhan007

@MapTo0
Copy link
Member Author

MapTo0 commented Jan 6, 2025

TODO: #7666 I've removed the responsive paddings tests

@MapTo0
Copy link
Member Author

MapTo0 commented Jan 6, 2025

@ilhan007 @nnaydenow I've added some styles for the tests container - to be full height and remove deefault margins of the body. Hope this is not an issue, otherwise we would need such setup for our test page. Some test pages could be removed as I see them as redundant, but I will do this locally with the team since its not related with the cypress. What I see "nice to have" is to implement a custom command, something like isScrolledIntoView or isVisibleOnScreen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant