[e2e] Refactor and document our extension of existing Playwright API and RFE features (#5537)
This commit is contained in:
@@ -58,23 +58,19 @@ module.exports = (config) => {
|
||||
base: 'Chrome',
|
||||
flags: ['--remote-debugging-port=9222'],
|
||||
debug: true
|
||||
},
|
||||
FirefoxESR: {
|
||||
base: 'FirefoxHeadless',
|
||||
name: 'FirefoxESR'
|
||||
}
|
||||
},
|
||||
colors: true,
|
||||
logLevel: config.LOG_INFO,
|
||||
autoWatch: true,
|
||||
junitReporter: {
|
||||
outputDir: "dist/reports/tests",
|
||||
outputFile: "test-results.xml",
|
||||
useBrowserName: false
|
||||
outputDir: "dist/reports/tests", //Useful for CircleCI
|
||||
outputFile: "test-results.xml", //Useful for CircleCI
|
||||
useBrowserName: false //Disable since we only want chrome
|
||||
},
|
||||
coverageIstanbulReporter: {
|
||||
fixWebpackSourcePaths: true,
|
||||
dir: "coverage/unit",
|
||||
dir: "coverage/unit", //Sets coverage file to be consumed by codecov.io
|
||||
reports: ['lcovonly']
|
||||
},
|
||||
specReporter: {
|
||||
|
||||
Reference in New Issue
Block a user