Add Playwright UI tests for homework 6

This commit is contained in:
2026-03-17 23:08:59 +03:00
commit 46ddc4dd87
25 changed files with 1941 additions and 0 deletions

9
spotbugs-exclude.xml Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<FindBugsFilter>
<!-- Ignore warnings in test sources -->
<Match>
<Source name="~.*src/test/java/.*"/>
</Match>
</FindBugsFilter>