Skip to content

luanrv00/tsks-web

Repository files navigation

tsks-web

e2e tests unit tests code lint

Development

Starting dev server:

./bin/dev

Running end to end tests:

./bin/test_e2e

Running unit tests:

./bin/test_unit

Running linter:

./bin/lint

Obs.: after testing run ./bin/stop to put svc and test containers down.

Troubleshooting

When running e2e tests on WSL 2

Cypress: error while loading shared libraries: libgtk-3.so.0: cannot open shared object file: No such file or directory

Solution:

sudo apt install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb

Docs

https://github.com/luanrv00/tsks-docs/blob/main/web.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published