Skip to content

feat: Ability to resend registration email #6855

feat: Ability to resend registration email

feat: Ability to resend registration email #6855

Triggered via pull request July 3, 2024 19:51
Status Failure
Total duration 18m 26s
Artifacts 6

test.yml

on: pull_request
Build backend 🏗️
5m 39s
Build backend 🏗️
Build frontend 🏗️
2m 17s
Build frontend 🏗️
Install E2E dependencies ⬇️
1m 21s
Install E2E dependencies ⬇️
Frontend static check 🪲
1m 37s
Frontend static check 🪲
E2E Static Check 🪲
25s
E2E Static Check 🪲
Ktlint 🪲
1m 41s
Ktlint 🪲
Matrix: BT ‍🔎
Matrix: E2E testing ‍🔎
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 29 warnings
E2E Static Check 🪲: e2e/cypress/e2e/security/signUp.cy.ts#L1
Replace `HOST` with `·HOST·`
E2E Static Check 🪲: e2e/cypress/e2e/security/signUp.cy.ts#L21
Replace `assertMessage,·gcy` with `·assertMessage,·gcy·`
E2E Static Check 🪲: e2e/cypress/e2e/security/signUp.cy.ts#L31
Replace `ProjectDTO` with `·ProjectDTO·`
E2E Static Check 🪲: e2e/cypress/e2e/security/signUp.cy.ts#L32
Replace `waitForGlobalLoading` with `·waitForGlobalLoading·`
E2E Static Check 🪲: e2e/cypress/e2e/security/signUp.cy.ts#L94
Replace `⏎··········'Thank·you·for·signing·up!'⏎······` with `'Thank·you·for·signing·up!'`
E2E Static Check 🪲: e2e/cypress/e2e/security/signUp.cy.ts#L121
Replace `⏎······'Thank·you·for·signing·up!'⏎····` with `'Thank·you·for·signing·up!'`
E2E Static Check 🪲: e2e/cypress/e2e/security/signUp.cy.ts#L143
Replace `⏎········'Thank·you·for·signing·up!'⏎····` with `'Thank·you·for·signing·up!'`
E2E Static Check 🪲
Process completed with exit code 1.
Frontend static check 🪲
Process completed with exit code 2.
io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest ► it hides the organization if the user cannot see it(): backend/testing/src/main/kotlin/io/tolgee/fixtures/statusExpectations.kt#L25
Failed test found in: backend/security/build/test-results/test/TEST-io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest.xml Error: java.lang.AssertionError: Status expected:<404> but was:<403>
io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest ► permissions work as intended when using implicit project id(): backend/testing/src/main/kotlin/io/tolgee/fixtures/statusExpectations.kt#L19
Failed test found in: backend/security/build/test-results/test/TEST-io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest.xml Error: java.lang.AssertionError: Status expected:<200> but was:<403>
io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest ► ensures API key works only for the project it is bound to(): backend/testing/src/main/kotlin/io/tolgee/fixtures/statusExpectations.kt#L19
Failed test found in: backend/security/build/test-results/test/TEST-io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest.xml Error: java.lang.AssertionError: Status expected:<200> but was:<403>
io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest ► rejects access if the user is admin and authorizes with API key(): backend/testing/src/main/kotlin/io/tolgee/fixtures/statusExpectations.kt#L19
Failed test found in: backend/security/build/test-results/test/TEST-io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest.xml Error: java.lang.AssertionError: Status expected:<200> but was:<403>
io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest ► rejects access if the user does not have the required scope (single scope)(): backend/testing/src/main/kotlin/io/tolgee/fixtures/statusExpectations.kt#L19
Failed test found in: backend/security/build/test-results/test/TEST-io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest.xml Error: java.lang.AssertionError: Status expected:<200> but was:<403>
io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest ► it restricts scopes (multiple scopes)(): backend/testing/src/main/kotlin/io/tolgee/fixtures/statusExpectations.kt#L19
Failed test found in: backend/security/build/test-results/test/TEST-io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest.xml Error: java.lang.AssertionError: Status expected:<200> but was:<403>
io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest ► it requires an annotation to be present on the handler(): backend/security/src/test/kotlin/io/tolgee/security/authorization/ProjectAuthorizationInterceptorTest.kt#L320
Failed test found in: backend/security/build/test-results/test/TEST-io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest.xml Error: org.opentest4j.AssertionFailedError: Expected java.lang.Exception to be thrown, but nothing was thrown.
io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest ► it does not allow both annotations to be present(): backend/security/src/test/kotlin/io/tolgee/security/authorization/ProjectAuthorizationInterceptorTest.kt#L327
Failed test found in: backend/security/build/test-results/test/TEST-io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest.xml Error: org.opentest4j.AssertionFailedError: Expected java.lang.Exception to be thrown, but nothing was thrown.
io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest ► rejects access if the user does not have the required scope (multiple scopes)(): backend/testing/src/main/kotlin/io/tolgee/fixtures/statusExpectations.kt#L19
Failed test found in: backend/security/build/test-results/test/TEST-io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest.xml Error: java.lang.AssertionError: Status expected:<200> but was:<403>
BT ‍🔎 (security:test)
Failed test were found and 'fail-on-error' option is set to true
BT ‍🔎 (security:test)
Final attempt failed. Child_process exited with error code 1
E2E testing ‍🔎 (15, 10)
Final attempt failed. Child_process exited with error code 1
E2E Static Check 🪲
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Install E2E dependencies ⬇️
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Frontend static check 🪲
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Ktlint 🪲
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build frontend 🏗️
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, actions/cache@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build backend 🏗️
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
BT ‍🔎 (security:test)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
BT ‍🔎 (data:test)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
BT ‍🔎 (ee-test:test)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E testing ‍🔎 (15, 0)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
BT ‍🔎 (server-app:runWebsocketTests)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E testing ‍🔎 (15, 12)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E testing ‍🔎 (15, 14)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E testing ‍🔎 (15, 13)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E testing ‍🔎 (15, 8)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E testing ‍🔎 (15, 10)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E testing ‍🔎 (15, 4)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E testing ‍🔎 (15, 9)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E testing ‍🔎 (15, 2)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E testing ‍🔎 (15, 11)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
BT ‍🔎 (server-app:runContextRecreatingTests)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E testing ‍🔎 (15, 5)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E testing ‍🔎 (15, 1)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E testing ‍🔎 (15, 7)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E testing ‍🔎 (15, 6)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E testing ‍🔎 (15, 3)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
BT ‍🔎 (server-app:runStandardTests)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
BT ‍🔎 (server-app:runStandardTests)
Test report summary exceeded limit of 65535 bytes and will be trimmed
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "backend", "backend_test_reports_", "e2e", "e2e_deps", "e2e_server_log_10", "webapp". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
backend Expired
199 MB
backend_test_reports_ Expired
191 MB
e2e Expired
104 KB
e2e_deps Expired
193 MB
e2e_server_log_10 Expired
13.8 MB
webapp Expired
6.03 MB