test: Appium examples#65
Merged
Merged
Conversation
- Check if axe_apikey property exists before using it - Fall back to environment variable AXE_DEVTOOLS_APIKEY - Use empty string default if neither exists - Fixes CI build failure: "Could not get unknown property 'axe_apikey'" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive Appium test automation infrastructure for the Android sample app, including test suites for navigation, menu, catalog, and cart screens, along with GitHub Actions workflows for CI/CD automation.
Changes:
- Added complete Appium test suite with helper utilities and element selectors
- Created GitHub Actions workflows for running tests with Appium 2 and 3
- Updated Gradle wrapper version and build configuration for CI compatibility
Reviewed changes
Copilot reviewed 16 out of 19 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| gradle/wrapper/gradle-wrapper.properties | Downgraded Gradle wrapper version to 8.13 for compatibility |
| appium-tests/test/06-e2e.spec.js | Added end-to-end test suite covering basic user journey |
| appium-tests/test/04-cart.spec.js | Added cart screen tests with layout verification |
| appium-tests/test/03-catalog.spec.js | Added comprehensive catalog screen tests including filters and scrolling |
| appium-tests/test/02-menu.spec.js | Added menu screen tests for profile and sale banner |
| appium-tests/test/01-navigation.spec.js | Added bottom navigation tests with accessibility scans |
| appium-tests/package.json | Added npm package configuration with test scripts and dependencies |
| appium-tests/helpers/utils.js | Added utility functions for test automation including axeScan |
| appium-tests/helpers/selectors.js | Added element selectors for all app screens |
| appium-tests/config/wdio.conf.js | Added WebdriverIO configuration for Appium tests |
| appium-tests/README_REPORTS.md | Added documentation for HTML test reports |
| appium-tests/README.md | Added comprehensive test suite documentation |
| appium-tests/.gitignore | Added gitignore for test artifacts and dependencies |
| app/build.gradle | Updated build configuration to support CI environment variables |
| .github/workflows/android-appium-tests.yml | Added CI workflow for running tests on Appium 2 and 3 |
| .github/CI_SETUP.md | Added CI/CD setup documentation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
devchan4188
approved these changes
Feb 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.