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

Add e2e install testing #30241

Closed
wants to merge 7 commits into from
Closed

Conversation

rwfeather
Copy link

This pull request expands e2e testing to include the install page.

#21490 is the parent issue, and these changes should hopefully catch future regressions of that nature. From what I can tell the actual error occurred during page rendering.

The ability to actually perform an install during e2e testing is limited at the moment. I've added more details inside the relevant test, but this is my first contribution and so I felt it might be helpful to get some feedback on the right approach to expanding the coverage.

@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Apr 2, 2024
@pull-request-size pull-request-size bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Apr 2, 2024
@github-actions github-actions bot added modifies/go Pull requests that update Go code modifies/templates This PR modifies the template files modifies/docs modifies/js labels Apr 2, 2024
@silverwind
Copy link
Member

silverwind commented Apr 2, 2024

Keep note that the e2e tests are currently not totally reliable. It seems to fail pretty often though the tests pass as "flaky", like in the current run from this branch:

  1 flaky
    [webkit] › example.test.e2e.js:9:1 › Load Homepage 

So if you can figure out what that problem is, we could maybe disable this "flaky" mechanism.

@rwfeather rwfeather closed this May 1, 2024
@rwfeather rwfeather deleted the add-install-testing branch May 1, 2024 13:59
@go-gitea go-gitea locked as resolved and limited conversation to collaborators Jul 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. modifies/docs modifies/go Pull requests that update Go code modifies/js modifies/templates This PR modifies the template files size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants