https://github.com/mdmintz/coffee-cart-testing
Test the Coffee Cart App at https://seleniumbase.io/coffee/
https://github.com/mdmintz/coffee-cart-testing
seleniumbase
Last synced: 10 months ago
JSON representation
Test the Coffee Cart App at https://seleniumbase.io/coffee/
- Host: GitHub
- URL: https://github.com/mdmintz/coffee-cart-testing
- Owner: mdmintz
- License: mit
- Created: 2023-01-04T02:00:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T02:34:20.000Z (about 1 year ago)
- Last Synced: 2025-04-11T00:45:35.411Z (10 months ago)
- Topics: seleniumbase
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coffee-cart-testing
Test the Coffee Cart App at https://seleniumbase.io/coffee/
1. Install dependencies:
```bash
pip install -U seleniumbase
```
2. Run the script with ``pytest``:
```bash
pytest test_coffee_cart.py --demo
```
(--demo mode slows down tests and highlights actions)
3. To run that faster, remove ``--demo``:
```bash
pytest test_coffee_cart.py
```
4. For more Coffee Cart tests, run:
```bash
pytest coffee_cart_tests.py
```
