This repository contains a multi-language Appium testing framework with examples in Node.js, Java (Maven), and C# (.NET). The project is designed to demonstrate how to set up and run Appium tests across different programming languages.
- Multi-language support (Node.js, Java, C#)
- Example tests for different languages
- Common setup and teardown for all languages
- Node.js
- Java JDK
- .NET SDK
- Appium Server
For detailed instructions on setting up and running tests for each language, please refer to the README files in their respective directories:
-
Clone the repository:
git clone https://github.com/tooniez/appium-framework.git
-
Navigate to the project directory:
cd appium-framework
-
Install dependencies for each project:
make install
-
Ensure you have Appium server set up and running.
make start-appium
-
Run the tests:
make run-tests
🚀 Got ideas? We'd love your input! Check out our Contributing Guidelines and dive in. Don't forget to drop a ⭐️ if you like what you see!