Skip to content

mdmintz/coffee-cart-testing

Repository files navigation

coffee-cart-testing

Test the Coffee Cart App at https://seleniumbase.io/coffee/

  1. Install dependencies:
pip install -U seleniumbase
  1. Run the script with pytest:
pytest test_coffee_cart.py --demo

(--demo mode slows down tests and highlights actions)

SeleniumBase Coffee Cart Test

  1. To run that faster, remove --demo:
pytest test_coffee_cart.py
  1. For more Coffee Cart tests, run:
pytest coffee_cart_tests.py

Releases

No releases published

Packages

No packages published

Languages