This framework facilitates easy end-to-end testing of Discord bots by simulating user commands and validating the expected outcomes.
playwright_py_cursor_framework/ ├── features/ # BDD feature files │ ├── ui/ # UI feature files │ └── api ...