mirror of
https://github.com/netbirdio/dashboard.git
synced 2026-01-26 01:21:04 +00:00
Add tests with playwright for: - add peer modal on first access - add peer modal on empty peer list - test install buttons and instructions for Linux, Docker, macOS, Windows and Android - check default ACL The tests are using a modified version of the getting started scripts to run a local environment of management services and run the dashboard from the current version Todo: - run tests before create docker container - add more tests
44 lines
657 B
Plaintext
44 lines
657 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/node_modules.bkp
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
src/auth_config.json
|
|
.idea
|
|
.eslintcache
|
|
src/.local-config*.json
|
|
/public/OidcServiceWorker.js
|
|
/public/OidcTrustedDomains.js
|
|
/e2e-tests/node_modules/
|
|
/e2e-tests/playwright-report/
|
|
/e2e-tests/test-results/
|
|
/test-results/
|
|
/playwright-report/
|
|
.env
|
|
Caddyfile
|
|
docker-compose.yml
|
|
machinekey/
|
|
management.json
|
|
turnserver.conf
|
|
zitadel.env
|