https://github.com/codeandtheory/compose-testing-samples
This is a collection of all Android testing samples developed by YML engineering team.
https://github.com/codeandtheory/compose-testing-samples
android compose paparazzi screenshot shot showkase test testing
Last synced: 5 months ago
JSON representation
This is a collection of all Android testing samples developed by YML engineering team.
- Host: GitHub
- URL: https://github.com/codeandtheory/compose-testing-samples
- Owner: codeandtheory
- License: apache-2.0
- Created: 2022-07-21T13:51:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-23T07:55:20.000Z (about 3 years ago)
- Last Synced: 2025-04-01T08:12:23.707Z (6 months ago)
- Topics: android, compose, paparazzi, screenshot, shot, showkase, test, testing
- Language: Kotlin
- Homepage:
- Size: 9.6 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# compose-testing-samples

This is a collection of all Android testing samples developed by YML engineering team.
 
Wiki documentation: [Screenshot Testing in a Jetpack Compose multi-module/repo architecture project](https://github.com/yml-org/compose-testing-samples/wiki).
## Prerequisites
- Compile/Target Android SDK v32
- Gradle version: gradle-7.3.3-bin
- Jetpack Compose: v1.1.1## Support
If you've found an error in this repo, please file an issue: https://github.com/yml-org/compose-testing-samples/issues
Patches are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub.
## License
Copyright 2022 YML.co
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.### Happy coding!