-
Notifications
You must be signed in to change notification settings - Fork 322
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/riverpod tests cases #118
Comments
I'll like to work on this. I went through the contribution guidelines and the second step is to comment on the issue. I want to fork the repo and run it locally now. |
I've run the app and the tests and I'm getting started on the UI tests now |
Awesome @sixtusagbo, you can send across a PR once you are done writing tests. |
So, I had school exams that I just concluded yesterday. I'm fully available from now. I'm working on the tests and I'll send across a PR when I'm done. |
Awesome @sixtusagbo 👍 |
I've written tests for some of the providers. We'll be on break during the GSoC period so I have all the time to work on this project. |
@sixtusagbo Please send across a PR as soon as possible so that we can review the approach and provide feedback. |
I've done that, while I wait. I want to round up the Enter Key creates a new entry for "Add Param" and "Add Header" |
@sixtusagbo that issue has already been resolved and is in the final stages of review. Kindly work on adding more UI tests. |
Okay |
@ashitaprasad @animator This issue can be closed now I believe. |
I don't think so. There are other test cases I'm working on. I just haven't updated remote yet. And I have an approach for the mock. I had to modify the |
Ah my bad, the linked PR was closed so I thought it was fine. |
I'll open a PR on my progress before the end of the week. I added more tests. My goal is to finish saveDataStateProvider, clearDataStateProvider, hasUnsavedChangesProvider, nameTextFieldFocusNodeProvider and searchQueryProvider before the actual GSoC coding week begins. |
Tell us about the task you want to perform and are unable to do so because the feature is not available
Currently, API Dash has Unit tests & Widget tests, but needs support for adding UI tests which involves injecting riverpod states and testing the behaviour of screens. This will help improve the code coverage.
The text was updated successfully, but these errors were encountered: