mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
Remove protractor noise plugin (#1526)
* remove protractor noise plugin * missing plugin * pin version * new lock
This commit is contained in:
@@ -2,7 +2,7 @@ const path = require('path');
|
||||
const fs = require('fs');
|
||||
const AlfrescoApi = require('@alfresco/js-api').AlfrescoApiCompatibility;
|
||||
const buildNumber = require('./build-number');
|
||||
const configScreenshotsPath = path.join(`${path.resolve(__dirname)}/../../../e2e-output/report/screenshots/`);
|
||||
const configScreenshotsPath = path.join(`${path.resolve(__dirname)}/../../../e2e-output/screenshots/`);
|
||||
const rimraf = require('rimraf');
|
||||
|
||||
uploadOutput = async function() {
|
||||
|
Reference in New Issue
Block a user