-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 UI tests to CI #2007
Labels
Comments
Thanks for opening this issue!
|
mtrezza
added
bounty:$50
Bounty applies for fixing this issue (Parse Bounty Program)
type:feature
New feature or improvement of existing feature
type:ci
CI related issue
and removed
type:feature
New feature or improvement of existing feature
labels
Jan 21, 2022
5 tasks
8 tasks
mtrezza
added
bounty:$100
Bounty applies for fixing this issue (Parse Bounty Program)
and removed
bounty:$50
Bounty applies for fixing this issue (Parse Bounty Program)
labels
Jul 2, 2022
See #2030, something like that. |
Hi @mtrezza, is this issue still open ? |
Yep, it is, but there has been at least 1 PR: #2030, not sure what the state of that is. |
Okay @mtrezza. I'll give this a try. |
@mehulmathur16 fantastic, please take a look at the discussion in #2030, it contains some feedback regarding how to implement this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
New Feature / Enhancement Checklist
Current Limitation
The lack of UI tests in the CI process makes it difficult to identify bugs before release. That leads to severe bugs likely to make it into release, e.g.:
req.session.regenerate is not a function
#2194The current manual testing before merging a PR is not reliable nor scalable.
Feature / Enhancement Description
Add UI tests to CI, starting with just a few basic tests as guidance on how to write these tests, that can be extended over time.
Example Use Case
n/a
Alternatives / Workarounds
Manual testing which is not reliable or scalable.
3rd Party References
n/a
The text was updated successfully, but these errors were encountered: