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

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/

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)

SeleniumBase Coffee Cart Test

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
```