Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 828 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 828 Bytes

Microdot Playwright End-To-End (E2E) Tests

With the amazing Microdot project, I wrote a sample project on how to have End-To-End Tests for MicroDot projects. In my case, I use Microdot on a Raspberry Pico W and always wanted to have automated testig for CI. This project uses Playwright and Pytest for automated UI testing.

Requirements

Run the following two commands:

pip install -r requirements.txt
playwright install

Run the test locally

You can run the tests locally, for testing without a Raspberry Pico. After installing the requirements, run

pytest test_server.py