Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eBay/flutter_glove_box
Various eBay tools for Flutter development
https://github.com/eBay/flutter_glove_box
flutter goldens testing
Last synced: about 2 months ago
JSON representation
Various eBay tools for Flutter development
- Host: GitHub
- URL: https://github.com/eBay/flutter_glove_box
- Owner: eBay
- License: bsd-3-clause
- Created: 2020-01-21T23:39:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-01T10:39:15.000Z (6 months ago)
- Last Synced: 2024-07-26T20:58:04.007Z (5 months ago)
- Topics: flutter, goldens, testing
- Language: Dart
- Homepage:
- Size: 4.26 MB
- Stars: 317
- Watchers: 13
- Forks: 62
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Glove Box
## This repo is no longer maintained
09/12/2024 Update:
Unfortunately we have made the tough decision to no longer actively maintain this repository. While the package has served us and the community well, we don't have the capacity to give it the attention it deserves.
We realize that this decision means that open pull requests will not be merged. Our hope is that the community will rally and focus their efforts around more actively maintained packages for aiding in golden-based tests.
Once again, we want to thank each and every one of you for your contributions over the years.
Thank you for your understanding.
Best regards,
The eBay Motors App team
---------------------------------------------
* [given_when_then](packages/given_when_then/)
* [golden_toolkit](packages/golden_toolkit/)
* [page_object](packages/page_object/)Contains various testing tools that eBay Motors App team is using in their development on daily basis.
## License Information
Copyright 2019-2023 eBay Inc.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of eBay Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.