Test the Coffee Cart App at https://seleniumbase.io/coffee/
- Install dependencies:
pip install -U seleniumbase- Run the script with
pytest:
pytest test_coffee_cart.py --demo(--demo mode slows down tests and highlights actions)
- To run that faster, remove
--demo:
pytest test_coffee_cart.py- For more Coffee Cart tests, run:
pytest coffee_cart_tests.py