mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Beginning of an e2e testing framework for the fleet application. This uses [Cypress](https://www.cypress.io/) to implement a first end-to-end test in Fleet.
42 lines
517 B
Text
42 lines
517 B
Text
# binaries
|
|
*.exe
|
|
|
|
# output directories
|
|
build
|
|
vendor
|
|
node_modules
|
|
|
|
# generated artifacts
|
|
assets/bundle*.*
|
|
assets/*@*.svg
|
|
assets/*@*.png
|
|
assets/*@*.eot
|
|
assets/*@*.woff
|
|
assets/*@*.woff2
|
|
assets/*@*.ttf
|
|
frontend/templates/react.tmpl
|
|
bindata.go
|
|
server/bindata/generated.go
|
|
*.cover
|
|
*.test
|
|
*.log
|
|
|
|
# typescript generated test files
|
|
tmp/
|
|
|
|
# operating system artifacts
|
|
.DS_Store
|
|
|
|
# test mysql server data
|
|
mysqldata/
|
|
|
|
# test helm charts
|
|
helm-temp
|
|
|
|
#editors
|
|
.vscode
|
|
.idea
|
|
|
|
# Cypress e2e testing
|
|
cypress/screenshots
|
|
cypress/videos
|