diff --git a/README.md b/README.md index d29f80d..c787839 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Berufsschule_HAM ![Build & Publish](https://github.com/LD-Reborn/Berufsschule_HAM/actions/workflows/deploy.yml/badge.svg) +[![E2E Tests](https://github.com/LD-Reborn/Berufsschule_HAM/actions/workflows/test.yml/badge.svg)](https://github.com/LD-Reborn/Berufsschule_HAM/actions/workflows/test.yml) This Project serves the purpose of managing Hardware-Assets diff --git a/tests/Berufsschule_HAM.E2ETests/Helper/AppHelper.cs b/tests/Berufsschule_HAM.E2ETests/Helper/AppHelper.cs index cbecef3..b7e593c 100644 --- a/tests/Berufsschule_HAM.E2ETests/Helper/AppHelper.cs +++ b/tests/Berufsschule_HAM.E2ETests/Helper/AppHelper.cs @@ -55,6 +55,7 @@ public static class AppHelper options.AddArgument("--headless"); options.AddArgument("--no-sandbox"); options.AddArgument("--disable-dev-shm-usage"); + options.AddArgument("--window-size=1920,1080"); return new ChromeDriver(options); }