-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fetch-decorator
- Loading branch information
Showing
50 changed files
with
918 additions
and
579 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@navikt/sif-common-forms-ds': minor | ||
--- | ||
|
||
Bytte regexp på telefonnummer til regnskapsfører, som nå tillater kun + space og tall. Noen tekstendringer. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@navikt/sif-common-formik-ds': patch | ||
--- | ||
|
||
Legge til manglende default valideringstekst når tekst har ugyldig format |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@navikt/omsorgspengerutbetaling-soknad': patch | ||
--- | ||
|
||
Legge til manglende env variable USE_AMPLITUDE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@navikt/pleiepenger-sykt-barn': patch | ||
--- | ||
|
||
Fjerne ubrukt tekst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,8 @@ jobs: | |
- name: Run code tests | ||
run: yarn test --filter=pleiepenger-i-livets-sluttfase-soknad | ||
|
||
run-cypress-test: | ||
run-playwright-test: | ||
timeout-minutes: 60 | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
|
@@ -46,25 +47,14 @@ jobs: | |
node-version: 18 | ||
cache: 'yarn' | ||
|
||
- name: Build and start e2e server | ||
uses: cypress-io/[email protected] | ||
env: | ||
DEKORATOR_URL: https://www.nav.no/dekoratoren/?simple=true&chatbot=false | ||
PUBLIC_PATH: /familie/sykdom-i-familien/soknad/pleiepenger-i-livets-sluttfase | ||
FRONTEND_API_PATH: http://localhost:8089/ | ||
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
APPSTATUS_PROJECT_ID: ryujtq87 | ||
APPSTATUS_DATASET: staging | ||
with: | ||
project: ./apps/pleiepenger-i-livets-sluttfase-soknad/e2e | ||
build: yarn build-pleiepenger-i-livets-sluttfase-soknad | ||
start: yarn turbo start-e2e-server --filter=pleiepenger-i-livets-sluttfase-soknad | ||
wait-on: 'http://localhost:8080/familie/sykdom-i-familien/soknad/pleiepenger-i-livets-sluttfase/alive' | ||
wait-on-timeout: 60 | ||
runTests: false | ||
- name: Install dependencies | ||
run: yarn | ||
|
||
- name: Install Playwright Browsers | ||
run: npx playwright install chromium | ||
|
||
- name: Build application | ||
run: yarn build-app --filter=pleiepenger-i-livets-sluttfase-soknad | ||
|
||
- name: Run cypress tests | ||
run: yarn turbo cypress-run --filter=pleiepenger-i-livets-sluttfase-soknad | ||
env: | ||
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} | ||
- name: Run tests | ||
run: yarn turbo playwright-test --filter=pleiepenger-i-livets-sluttfase-soknad |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.