85c0e50c21
Test client integration (client loads) Test auth integration (client logs in) Test backend integration (accept request) - broken Test autoupdate integration (sends au to client) Add manual cypress tests Add dockered cypress tests Add Readme Add test execution to makefile Add test execution to github-actions TODO: - Create user for tests - flush db after every test
50 lines
672 B
Plaintext
50 lines
672 B
Plaintext
# General
|
|
*.swp
|
|
*.swo
|
|
*.log
|
|
*~
|
|
.DS_Store
|
|
.idea
|
|
*.code-workspace
|
|
|
|
# docs
|
|
docs/modelsvalidator/modelsvalidator
|
|
dev-commands/export.json
|
|
|
|
# certs
|
|
*.pem
|
|
|
|
# Deployment
|
|
/docker/docker-compose.yml
|
|
/docker/docker-stack.yml
|
|
/docker/secrets/auth_*_key
|
|
docker/secrets/*.env
|
|
|
|
# Integration testing
|
|
/integration/results
|
|
/integration/cypress/downloads
|
|
/integration/cypress/screenshots
|
|
/integration/cypress/videos
|
|
/integration/node_modules
|
|
|
|
# Old OS3 files and folders
|
|
.coverage
|
|
.mypy_cache
|
|
Compodoc
|
|
__pycache__
|
|
bower_components
|
|
client
|
|
make
|
|
openslides_*
|
|
openslides
|
|
personal_data
|
|
tests
|
|
.launch/
|
|
.venv/
|
|
.virtualenv/
|
|
.vscode/
|
|
client/package-lock.json
|
|
server/
|
|
# OS3+-Submodules
|
|
/autoupdate/
|