feat: e2e tests for Connect atoms (#23433)

* e2e tests for apple connect atom

* update globalEnv for turbo.json

* update pages for tests

* update playwright config so we can use env variables inside tests

* update packages

* update variable names

* update playwright config

* fix: import variables from env instead of separate files

* update env variables for atoms e2e yml
This commit is contained in:
Rajiv Sahal
2025-09-17 11:20:38 +02:00
committed by GitHub
parent f9095d298d
commit eaa1ad6578
6 changed files with 78 additions and 2 deletions
@@ -26,6 +26,7 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"dotenv": "^17.2.1",
"eslint": "^8.34.0",
"eslint-config-next": "14.0.4",
"postcss": "^8",