Mobile SDKs are currently in beta. To learn more about joining the beta program, reach out to our team at beta@levelaccess.com.
On this page:
Overview
Obtain the project repository and configure the Level Access mobile testing SDK to run accessibility tests on your mobile applications.
Configuration
- Clone or download the java-appium-android or java-appium-ios repository from your source control, depending on your platform.
- Build the application.
- For Android: Ensure that the APK file is generated.
- For iOS: Ensure that the .app file is generated for the iOS simulator or device.
- Create Configuration Files:
- Navigate to the appropriate directory in your project (based on Android or iOS).
- Copy the example configuration files to create continuum-android.json and continuum-ios.json.
- Update the configuration files by modifying the pathToAppFile in continuum-android.json and continuum-ios.json to point to the location of the built mobile app files on your system.
- Example for Android: "pathToAppFile": "/path/to/your/app-debug.apk".
- Example for iOS: "pathToAppFile": "/path/to/your/Runner.app".
- Configure the Level Access Platform settings by adding your API key, tenant URL, workspace ID, digital property ID, and scan tag ID to the levelAccessPlatform section in the configuration files.
Comments
0 comments
Article is closed for comments.