Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Date Time Checker Testing Guide

Prerequisites

  • Node.js (v14 or higher)
  • Android Studio
  • Visual Studio Code
  • Java Development Kit (JDK)
  • Git

Setup Instructions

1. Clone and Install Dependencies

# Clone the repository
git clone <repository-url>
cd CodeceptJs

# Install dependencies
npm install
# Install Appium globally - skip if already installed
npm install -g appium

# Start Appium server
appium
# Run all tests
npx codeceptjs run

# Run specific test file
npx codeceptjs run tests/date_time_checker/validation.js

# Run with detailed steps
npm run codeceptjs
## FINISH

# Check connected devices
adb devices

# Restart ADB server
adb kill-server
adb start-server

# Clear Appium
npm uninstall -g appium
npm install -g appium

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages