task #46821 verua-e2e: setup playwright testing environment with first test cases 1,2,3.

This commit is contained in:
tertek 2025-09-30 09:13:16 +02:00
commit c30aa58577
12 changed files with 1729 additions and 0 deletions

8
.editorconfig Normal file
View file

@ -0,0 +1,8 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true