Fix smart runner (#1570)

* [ACA-3799] add prefix filter

* add smart runner

* fix resolve

* add some configuration for smartrunner

* simplify

* fix

* we need to pass invertGrep in the devServerTarget because Angular overwrite it if you use the dev server
This commit is contained in:
Eugenio Romano
2020-08-01 00:26:22 +01:00
committed by GitHub
parent d26bbc9bff
commit aee3afdeb8
5 changed files with 22 additions and 14 deletions

View File

@@ -2,7 +2,7 @@ const uploadOutput = require('../utils/upload-output');
const SAVE_SCREENSHOT = process.env.SAVE_SCREENSHOT === 'true';
async function afterLaunch(statusCode) {
async function afterLaunch() {
if (SAVE_SCREENSHOT) {
console.log(`Save screenshot is ${SAVE_SCREENSHOT}, trying to save screenshots.`);