An open API service indexing awesome lists of open source software.

https://github.com/umarwazeer/game_testing


https://github.com/umarwazeer/game_testing

Last synced: 5 months ago
JSON representation

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.