feat: add playwright and a11y audit and example test
This commit is contained in:
parent
96085ea420
commit
c6be9b5104
19 changed files with 133 additions and 2 deletions
5
Justfile
5
Justfile
|
|
@ -35,8 +35,11 @@ audit:
|
|||
mix deps.audit
|
||||
mix hex.audit
|
||||
|
||||
# first run unit test and after that run e2e test (especially for accessibility)
|
||||
test: install-dependencies start-database
|
||||
mix test
|
||||
mix test.unit
|
||||
mix test.e2e
|
||||
|
||||
|
||||
format:
|
||||
mix format
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue