foss42 / apidash

API Dash is a beautiful open-source cross-platform API Client built using Flutter which can help you easily create & customize your API requests, visually inspect responses and generate API integration code. A lightweight alternative to postman/insomnia.
https://apidash.dev
Apache License 2.0
1.43k stars 269 forks source link

Add UI tests for Riverpod providers #338

Closed sixtusagbo closed 5 months ago

sixtusagbo commented 5 months ago

PR Description

This pull request introduces UI tests to verify the behavior of our application's UI elements in conjunction when different Riverpod states are injected. I await the review of my approach and I patiently wait for the maintainers' feedback.

Related Issues

Checklist

Added/updated tests?

We encourage you to add relevant test cases.

animator commented 5 months ago

Thanks for the PR @sixtusagbo 🚀 Please continue the good work and send across more such PRs testing other providers and screens.