fix: in package var BASE url for e2e tests ci is correted to https

This commit is contained in:
Stepan Vladovskiy 2024-07-04 00:58:40 +00:00
parent d321cb21b7
commit fd4233f907

View File

@ -10,7 +10,7 @@
"start": "vinxi start",
"codegen": "graphql-codegen",
"e2e:tests": "npx playwright test --project=webkit",
"e2e:tests:ci": "CI=true BASE_URL=http://127.0.0.1:8080 npx playwright test --project=webkit",
"e2e:tests:ci": "CI=true BASE_URL=https://127.0.0.1:8080 npx playwright test --project=webkit",
"e2e:install": "npx playwright install webkit && npx playwright install-deps ",
"fix": "npx @biomejs/biome check . --fix && stylelint **/*.{scss,css} --fix",
"format": "npx @biomejs/biome format src/. --write",