File tree Expand file tree Collapse file tree
backend/kernelCI_app/constants Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 run : pnpm e2e
6969 working-directory : ./dashboard
7070 env :
71- PLAYWRIGHT_TEST_BASE_URL : https://staging.dashboard.kernelci.org:9000
71+ PLAYWRIGHT_TEST_BASE_URL : https://staging.dashboard.kernelci.org
Original file line number Diff line number Diff line change 1010SCHEMA_VERSION_ENV_FILE = "kernelCI/envconfig/schema-version.yaml"
1111
1212PRODUCTION_HOST = "https://dashboard.kernelci.org"
13- STAGING_HOST = "https://staging.dashboard.kernelci.org:9000 "
13+ STAGING_HOST = "https://staging.dashboard.kernelci.org"
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ VITE_FEATURE_FLAG_SHOW_DEV=false
77VITE_FEATURE_FLAG_TREE_LISTING_VERSION = v1
88VITE_FEATURE_FLAG_HARDWARE_LISTING_VERSION = v1
99
10- PLAYWRIGHT_TEST_BASE_URL = https://staging.dashboard.kernelci.org:9000
10+ PLAYWRIGHT_TEST_BASE_URL = https://staging.dashboard.kernelci.org
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ cp .env.example .env
3838
3939# Edit the .env file to set PLAYWRIGHT_TEST_BASE_URL to your desired environment
4040# Available environments:
41- # - Staging: https://staging.dashboard.kernelci.org:9000 (default)
41+ # - Staging: https://staging.dashboard.kernelci.org (default)
4242# - Production: https://dashboard.kernelci.org
4343# - Local: http://localhost:5173
4444
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ This frontend is written in TypeScript and uses the React library.
2323## Tasks
2424> Note:
2525> In case you don't have access to the backend, feel free to use the staging api to run the Frontend Code and send PRs.
26- > https://staging.dashboard.kernelci.org:9000
26+ > https://staging.dashboard.kernelci.org
2727> You can also ask for access in the #webdashboard channel in the KernelCI Discord.
2828
2929> Remember:
You can’t perform that action at this time.
0 commit comments