https://github.com/umarwazeer/game_testing
https://github.com/umarwazeer/game_testing
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/umarwazeer/game_testing
- Owner: umarwazeer
- Created: 2023-11-23T07:49:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-23T11:05:46.000Z (over 2 years ago)
- Last Synced: 2025-07-03T13:05:27.142Z (about 1 year ago)
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Word Corners Game Testing
This project includes Selenium testing for the Word Corners game. The testing script is designed to automate the game interactions using Selenium and is integrated with GitHub Actions for continuous testing.
## Table of Contents
- [Setup](#setup)
- [Usage](#usage)
- [GitHub Actions Workflow](#github-actions-workflow)
- [File Structure](#file-structure)
- [Dependencies](#dependencies)
- [Contributing](#contributing)
- [License](#license)
## Setup
1. **Clone the Repository:**
```bash
git clone https://github.com/your-username/word-corners-game-testing.git
## usage
python selenium_tests/test_script.py
## Dependencies
pip install -r requirements.txt
## File Structure
selenium_tests/: Contains Selenium testing script.
.github/workflows/: GitHub Actions workflow configuration.