Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 926 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 926 Bytes

Value Automation Test

Automation tests with test frameworks on all projects under this acconut. Test task case study: Design and implement tests for the multiple softwares

Introduction

  • This is a simple draft of a monorepo containing web, iOS, API and Android tests

Frameworks

web web/api web/api web/api ios android
Cypress Mocha Chai Puppeteer XCTest Espresso

Test and Environment Setup

  • Clone this project in your preferred folder
    • The folder named after each platform contains the relateed test projects
  • Run npm install to install all web project dependencies
  • Install Android Studio Code and XProject for all Android and iOS projects

Running tests for the iOS and Android projects

  1. Import project in Android Studio
  2. Build project
  3. Select and run the default run configurations