-
Notifications
You must be signed in to change notification settings - Fork 193
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
test: improve coverage of acceptance testing #4043
Comments
@kevinwhoffman Getting myself going with the Jest tests. I have composer and everything going, but I can't seem to get the tests to run. The containers are running, but when I run I may need a hand troubleshooting this when you have a few minutes to chat, unless someone else is familiar with the acceptance test workflow? |
Well, I got jest to do something by running However, the tests just fail for me. I have docker running and everything, but all the tests timeout and fail. I'll post back if I have any further success. |
Closing this issue in favor of creating individual issues per necessary test. |
Feature Request
User Story
As a Give developer, I want more acceptance tests to cover the most common Give user flows so that we can ensure bug-free releases and minimize our dependence on manual testing.
Possible Solution
Start by getting your local environment set up using this readme. Then proceed to write tests defined in the acceptance criteria below.
Related
#4039
Acceptance Criteria
The text was updated successfully, but these errors were encountered: