feat: add issue for installing missing system dependency for Playwright tests
This commit is contained in:
parent
46053d94dc
commit
661438138c
1 changed files with 17 additions and 0 deletions
17
ISSUE-007.md
Normal file
17
ISSUE-007.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# 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-0` package using apt-get
|
||||
- [ ] Verify that the Playwright tests can now run successfully
|
||||
- [ ] Update documentation to reflect this dependency
|
||||
|
||||
## Tasks
|
||||
1. Install `libatk1.0-0` package
|
||||
2. Run integration tests to verify they pass
|
||||
3. Document the dependency in README or STATUS.md
|
||||
|
||||
## Notes
|
||||
This is a simple system dependency issue that blocks the automated testing workflow.
|
||||
Loading…
Add table
Add a link
Reference in a new issue