E2e test fw lite #1866
E2e test fw lite #1866
ESLint Report Analysis
27 ESLint error(s) and 0 ESLint warning(s) found
Details
Annotations
Check failure on line 50 in frontend/viewer/tests/e2e/config.ts
github-actions / ESLint Report Analysis
frontend/viewer/tests/e2e/config.ts#L50
[@typescript-eslint/naming-convention] Object Literal Property name `TEST_ENTRY_PREFIX` must match one of the following formats: camelCase
Check failure on line 53 in frontend/viewer/tests/e2e/config.ts
github-actions / ESLint Report Analysis
frontend/viewer/tests/e2e/config.ts#L53
[@typescript-eslint/naming-convention] Object Literal Property name `DEFAULT_TEST_ENTRY` must match one of the following formats: camelCase
Check failure on line 60 in frontend/viewer/tests/e2e/config.ts
github-actions / ESLint Report Analysis
frontend/viewer/tests/e2e/config.ts#L60
[@typescript-eslint/naming-convention] Object Literal Property name `RETRY_CONFIG` must match one of the following formats: camelCase
Check failure on line 67 in frontend/viewer/tests/e2e/config.ts
github-actions / ESLint Report Analysis
frontend/viewer/tests/e2e/config.ts#L67
[@typescript-eslint/naming-convention] Object Literal Property name `SELECTORS` must match one of the following formats: camelCase
Check failure on line 38 in frontend/viewer/tests/e2e/fw-lite-integration.test.ts
github-actions / ESLint Report Analysis
frontend/viewer/tests/e2e/fw-lite-integration.test.ts#L38
[@typescript-eslint/require-await] Async arrow function has no 'await' expression.
Check failure on line 102 in frontend/viewer/tests/e2e/fw-lite-integration.test.ts
github-actions / ESLint Report Analysis
frontend/viewer/tests/e2e/fw-lite-integration.test.ts#L102
[@typescript-eslint/require-await] Async arrow function has no 'await' expression.
Check failure on line 113 in frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts
github-actions / ESLint Report Analysis
frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts#L113
[@typescript-eslint/restrict-template-expressions] Invalid type "unknown" of template literal expression.
Check failure on line 127 in frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts
github-actions / ESLint Report Analysis
frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts#L127
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
Check failure on line 127 in frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts
github-actions / ESLint Report Analysis
frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts#L127
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check failure on line 127 in frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts
github-actions / ESLint Report Analysis
frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts#L127
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .port on an `any` value.
Check failure on line 129 in frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts
github-actions / ESLint Report Analysis
frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts#L129
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `number | PromiseLike<number>`.
Check failure on line 133 in frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts
github-actions / ESLint Report Analysis
frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts#L133
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check failure on line 134 in frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts
github-actions / ESLint Report Analysis
frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts#L134
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .code on an `any` value.
Check failure on line 138 in frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts
github-actions / ESLint Report Analysis
frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts#L138
[@typescript-eslint/prefer-promise-reject-errors] Expected the Promise rejection reason to be an Error.
Check failure on line 182 in frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts
github-actions / ESLint Report Analysis
frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts#L182
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
Check failure on line 182 in frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts
github-actions / ESLint Report Analysis
frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts#L182
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `any` typed value.
Check failure on line 182 in frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts
github-actions / ESLint Report Analysis
frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts#L182
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .toString on an `any` value.
Check failure on line 184 in frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts
github-actions / ESLint Report Analysis
frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts#L184
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `any` typed value.
Check failure on line 184 in frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts
github-actions / ESLint Report Analysis
frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts#L184
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .includes on an `any` value.
Check failure on line 184 in frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts
github-actions / ESLint Report Analysis
frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts#L184
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `any` typed value.
Check failure on line 184 in frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts
github-actions / ESLint Report Analysis
frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts#L184
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .includes on an `any` value.
Check failure on line 192 in frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts
github-actions / ESLint Report Analysis
frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts#L192
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `any` typed value.
Check failure on line 192 in frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts
github-actions / ESLint Report Analysis
frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts#L192
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .toString on an `any` value.
Check failure on line 217 in frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts
github-actions / ESLint Report Analysis
frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts#L217
[@typescript-eslint/no-unused-vars] 'error' is defined but never used.
Check failure on line 239 in frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts
github-actions / ESLint Report Analysis
frontend/viewer/tests/e2e/helpers/fw-lite-launcher.ts#L239
[@typescript-eslint/no-unused-vars] 'error' is defined but never used.