cold-van-45410
09/08/2022, 6:32 AMsparse-kilobyte-59330
09/08/2022, 6:51 AMsparse-kilobyte-59330
09/08/2022, 6:51 AMrough-jackal-15806
09/08/2022, 9:49 AMrough-jackal-15806
09/08/2022, 9:50 AMdry-apple-88588
09/08/2022, 11:35 AM{
"extends": "../tsconfig.json",
"compilerOptions": {
"preserveConstEnums": true,
"target": "es2015",
"lib": ["es5", "dom", "es2015"],
"types": ["cypress"],
},
"include": [
"../node_modules/cypress"
]
}
should I add something to cypress.config.ts in order to make cypress pay attention to this file???? Or is it something else?average-lifeguard-91068
09/08/2022, 12:33 PMaverage-lifeguard-91068
09/08/2022, 12:33 PMname: Pull Request
on:
workflow_call:
workflow_dispatch:
jobs:
lint-format-audit-test:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: 16.10.0
- name: Cypress run
uses: cypress-io/github-action@v2
with:
start: test:stub-server, test:startTestServer
install-command: npm ci --no-audit --prefer-offline --progress=false --ignore-scripts -f
wait-on: 'http://localhost:3001'
command: 'cypress-run'
env:
URAX_API_HOST: http://localhost:3001
TAX_MANAGEMENT_API: /tax-management/api
USE_MOCK_AUTH: true
CYPRESS_BASE_URL: http://localhost:3000/urax-ui
average-lifeguard-91068
09/08/2022, 12:34 PMaverage-lifeguard-91068
09/08/2022, 12:34 PMnice-machine-16386
09/08/2022, 12:45 PMfreezing-wall-7568
09/08/2022, 2:03 PMenough-summer-50273
09/08/2022, 3:52 PMenough-summer-50273
09/08/2022, 5:07 PMenough-summer-50273
09/08/2022, 5:12 PMenough-summer-50273
09/08/2022, 5:12 PMenough-summer-50273
09/08/2022, 5:13 PMfaint-cat-31237
09/09/2022, 7:37 AM./node_module/.bin/cypress open,
and running a spec file. But now that I updated to v10.7.0 I'm getting 403 error when trying to login to the application form cypress (I can access my application manually on localhost:4200 with no problem).
I tried to add the configuration`addchromeWebSecurity: false`, inside cypress.config.ts
file but i keep getting the same error 😕
I hope that I gave you sufficient information to help solving this problem
Any help would be very appreciated 🙏colossal-farmer-50435
09/09/2022, 7:48 AMgentle-accountant-4760
09/09/2022, 9:47 AMacceptable-hamburger-48790
09/09/2022, 10:22 AMgentle-accountant-4760
09/09/2022, 10:22 AMacceptable-hamburger-48790
09/09/2022, 10:22 AMgentle-accountant-4760
09/09/2022, 10:23 AMacceptable-hamburger-48790
09/09/2022, 10:23 AMgentle-accountant-4760
09/09/2022, 10:24 AMtall-house-95834
09/09/2022, 10:59 AMthankful-vegetable-38026
09/09/2022, 11:50 AMthankful-vegetable-38026
09/09/2022, 11:51 AMreadFileMaybe
task to work but I'm not sure how I'd be able to add itgray-caravan-70127
09/09/2022, 12:36 PM