Metadata-Version: 2.4
Name: roblox-test-runner
Version: 1.1.2
Summary: Execute Luau tests on Roblox Cloud
Home-page: https://github.com/yourusername/roblox-test-runner
Author: WildLink Team
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.31.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: watchdog>=3.0.0
Requires-Dist: tomli>=2.0.0; python_version < "3.11"
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: mypy>=1.0.0; extra == "dev"
Requires-Dist: pyinstaller>=6.0.0; extra == "dev"
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Roblox Test Runner

**About**

A simple tool to run your Roblox (TestEZ) tests in the cloud. It works with your Rojo project and lets you automate testing easily.

**Installation**

To install with [Rokit](https://github.com/rojo-rbx/rokit):

```bash
rokit add gado7h/roblox-test-runner
```

Or with Pip:

```bash
pip install roblox-test-runner
```

**Commands**

*   `roblox-test-runner init` - Creates a default `roblox-test-runner.toml` config file.
*   `roblox-test-runner set-api <KEY>` - Securely saves your Roblox API key.
*   `roblox-test-runner run` - Runs all your tests in the `tests/` folder.
*   `roblox-test-runner run --watch` - Watches your files and re-runs tests on save.

**License**

MIT License.
