mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-16 18:12:50 +00:00
[ACS-12817] special permissions refactor continues
This commit is contained in:
committed by
Adam Świderski
parent
f5aad3a5d0
commit
cbc91796c0
@@ -40,8 +40,8 @@ const { execFileSync } = require('child_process');
|
||||
const BROWSERS = ['chrome', 'firefox', 'webkit', 'msedge'];
|
||||
const BLOBS_DIR = 'all-blobs';
|
||||
const EXCLUDE_ROOT = path.join('e2e', 'playwright');
|
||||
// Matrix suite name -> test folder, for the single suite whose folder name differs.
|
||||
const SUITE_TO_FOLDER = { 'special-permissions': 'special-permissions-actions-available' };
|
||||
// Matrix suite name -> test folder, for any suite whose folder name differs from its matrix name.
|
||||
const SUITE_TO_FOLDER = {};
|
||||
|
||||
const PLAYWRIGHT_BIN = path.join('node_modules', '.bin', 'playwright');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user