725 B
725 B
Install missing system dependency for Playwright tests
Description
The integration tests are failing because the required system library libatk-1.0.so.0 is not installed on the system. This library is needed for the Playwright browser automation to work properly in headless mode.
Acceptance Criteria
- Install the missing
libatk1.0-0package using apt-get - Verify that the Playwright tests can now run successfully
- Update documentation to reflect this dependency
Tasks
- Install
libatk1.0-0package - Run integration tests to verify they pass
- Document the dependency in README or STATUS.md
Notes
This is a simple system dependency issue that blocks the automated testing workflow.