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

Testing generated html pages with webdriver.io? #2575

Open
michael-kerscher opened this issue Mar 7, 2025 · 0 comments
Open

Testing generated html pages with webdriver.io? #2575

michael-kerscher opened this issue Mar 7, 2025 · 0 comments
Labels
C-enhancement Category: Enhancement or feature request

Comments

@michael-kerscher
Copy link

Problem

The comprehensive-rust repository is using mdBook and to ensure that we can safely modify code and update dependencies and not break anything in the process we now use tests based on webdriver.io (wdio). This is a powerful test framework running in a browser (headless) with a lot of interesting features like mocking APIs (e.g. for playground interaction).

Some months ago I did not see any tests in this repo and originally I wanted to ask you and get your opinion if you would consider writing some tests with wdio but it seems that you committed to another framework already. While digging through this repository I noticed that you also started testing the GUI.

Is this a fixed choice or would you consider wdio? I could offer to support setting this up and support writing tests for the generated html. But I also understand if you want to stick with what you already have and this might suit you.

Overall I'm already happy to see that you are working on testing the GUI! :)

Proposed Solution

No response

Notes

No response

@michael-kerscher michael-kerscher added the C-enhancement Category: Enhancement or feature request label Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: Enhancement or feature request
Projects
None yet
Development

No branches or pull requests

1 participant