Skip to content

aidrivenst/iSeeLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Source Library for Mobile Test Automation

This library enhances the Robot framework by integrating computer vision capabilities to automate mobile application interactions. It relies on Appium to control native, mobile web, and hybrid applications on iOS and Android platforms.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Python 3.9 or higher
  • pip (Python package installer)

Setting Up Your Development Environment

Follow these steps to set up your development environment:

  1. Clone the repository:

    git clone https://github.com/aidrivenst/iSeeLibrary.git
    
  2. Create a virtual environment:

    python3 -m venv venv
    
  3. Activate the virtual environment:

    • On Windows:

      .\venv\Scripts\activate
      
    • On macOS and Linux:

      source venv/bin/activate
      
  4. Install required packages:

    pip install -r requirements.txt
    
  5. Install Appium:

    npm install -g appium
    

Contributing

CONTRIBUTING.rst for details is coming next commits ..

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •