authelia/cmd/authelia-scripts
Amir Zarrinkafsh 6db5455762
[CI] Collect coverage from frontend during integration tests (#1472)
This change will allow us to collect frontend code coverage from our Selenium based integration tests.

Given that the frontend is embedded into the Go binary and the integration tests run with a compiled binary in Docker this poses some issues with the instrumented code and the ability for it to run in this manner. To fix this we need to relax Authelia's CSP for the integration tests. This is achieved by setting the env variable `ENVIRONMENT` to `dev`.
2020-11-19 12:50:34 +11:00
..
authelia-scripts do not hardcode /bin/bash (#1122) 2020-06-18 09:49:13 +02:00
cmd_bootstrap.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
cmd_build.go [FEATURE] Docker simplification and configuration generation (#1113) 2020-06-17 16:25:35 +10:00
cmd_ci.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
cmd_clean.go [CI] Add godot linter (#958) 2020-05-02 15:06:39 +10:00
cmd_docker.go [CI] Update QEMU to v5.1.0-7 (#1457) 2020-11-16 21:22:09 +11:00
cmd_serve.go [CI] Add godot linter (#958) 2020-05-02 15:06:39 +10:00
cmd_suites.go [CI] Collect coverage from frontend during integration tests (#1472) 2020-11-19 12:50:34 +11:00
cmd_unittest.go [CI] Add Codecov support (#1065) 2020-06-05 10:43:19 +10:00
const.go [CI] Add goconst linter (#961) 2020-05-02 18:20:40 +02:00
docker.go [CI] Add godot linter (#958) 2020-05-02 15:06:39 +10:00
main.go [CI] Update QEMU to v5.1.0-2 (#1321) 2020-09-18 22:05:43 +10:00