Skip to content
New issue

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

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

Already on GitHub? # to your account

Improve tests by not using HTML #12

Open
justusmoroni opened this issue Mar 20, 2024 · 2 comments
Open

Improve tests by not using HTML #12

justusmoroni opened this issue Mar 20, 2024 · 2 comments
Assignees

Comments

@justusmoroni
Copy link
Member

I propose that we use JSON for the test output. That way we can iterate the data of the response of the tests and check for different content elements easier than just looking in the HTML if a string is present.

extcode pushed a commit that referenced this issue Apr 3, 2024
Instead of replacing the HTML with a JSON response, a clean html output
without header and unnecessary linebreaks will improve the readability
in error case a lot.

Related: #12
extcode pushed a commit that referenced this issue Apr 3, 2024
Instead of replacing the HTML with a JSON response, a clean html output
without header and unnecessary linebreaks will improve the readability
in error case a lot.

Related: #12
@extcode extcode self-assigned this Apr 3, 2024
@extcode
Copy link
Contributor

extcode commented Apr 3, 2024

In first step we will reduce the HTML output.

@extcode
Copy link
Contributor

extcode commented Apr 4, 2024

Optimisation of HTML output will be included in the next release.

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

No branches or pull requests

2 participants