mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-10956] Update eslint configuration for all automated tests related files (#4991)
* [ACS-10956] ACS-10956 updates eslint for more files * [ACS-10956] eslint update * Revert package-lock.json changes * Revert package-lock.json to develop version * testing eslint changes 1 * [ACS-10956] updated eslint for e2e folder * [ACS-10956] added eslint for aca-playwright-shared file * Sync package-lock.json with develop * [ACS-10956] eslint e2e now uses playwright and angular plugin. * [ACS-10956] changed error to warn for no-angular-material-selectors * [ACS-10956] two rules turned off for aca-playwright-shared * [ACS-10956] reverted changes for spec files * [ACS-10956] changed back to error * [ACS-10956] first eslint fixes * [ACS-10956] more eslint fixes * [ACS-10956] more eslint fixes pt 23 * [ACS-10956] last lintfix fixes * [ACS-10956] sonar fixes 1 * [ACS-10956] reverted package-lock.json * [ACS-10956] test fixes after the eslint changes 1 * [ACS-10956] sonar fix2 * [ACS-10956] test fixes after eslint update 24
This commit is contained in:
@@ -8,16 +8,12 @@
|
||||
"files": [
|
||||
"*.ts"
|
||||
],
|
||||
"extends": ["../../../.eslintrc.e2e.json"],
|
||||
"parserOptions": {
|
||||
"project": [
|
||||
"e2e/playwright/folder-rules/tsconfig.e2e.json"
|
||||
],
|
||||
"createDefaultProgram": true
|
||||
]
|
||||
},
|
||||
"plugins": [
|
||||
"rxjs",
|
||||
"unicorn"
|
||||
],
|
||||
"rules": {
|
||||
"@typescript-eslint/no-floating-promises": "off"
|
||||
}
|
||||
|
||||
@@ -26,6 +26,7 @@ import { expect } from '@playwright/test';
|
||||
import { ActionType, ApiClientFactory, test, Utils, TrashcanApi, NodesApi, Comparator, Field } from '@alfresco/aca-playwright-shared';
|
||||
|
||||
test.use({ launchOptions: { slowMo: 300 } });
|
||||
|
||||
test.describe('Folder Rules Actions', () => {
|
||||
const apiClientFactory = new ApiClientFactory();
|
||||
let nodesApi: NodesApi;
|
||||
|
||||
@@ -26,6 +26,7 @@ import { ApiClientFactory, test, Utils, NodesApi, TrashcanApi, RulesApi } from '
|
||||
import { expect } from '@playwright/test';
|
||||
|
||||
test.use({ launchOptions: { slowMo: 300 } });
|
||||
|
||||
test.describe('Rules - Manage Rules', () => {
|
||||
const apiClientFactory = new ApiClientFactory();
|
||||
let nodesApi: NodesApi;
|
||||
|
||||
@@ -106,6 +106,7 @@ async function verifyTransformation(
|
||||
}
|
||||
|
||||
test.use({ launchOptions: { slowMo: 300 } });
|
||||
|
||||
test.describe('Folder Rules Actions', () => {
|
||||
const apiClientFactory = new ApiClientFactory();
|
||||
let nodesApi: NodesApi;
|
||||
|
||||
@@ -26,6 +26,7 @@ import { ApiClientFactory, test, Utils, NodesApi, TrashcanApi, ActionType, Rules
|
||||
import { expect } from '@playwright/test';
|
||||
|
||||
test.use({ launchOptions: { slowMo: 300 } });
|
||||
|
||||
test.describe('Rules - Manage Rules', () => {
|
||||
const apiClientFactory = new ApiClientFactory();
|
||||
let nodesApi: NodesApi;
|
||||
|
||||
Reference in New Issue
Block a user