UNPKG

valence-test

Version:

Test applications running in Valence and 5250 screens with Fusion5250

38 lines 832 B
exports.config = { tests : './tests/*_test.js', output : './output', helpers : { Puppeteer : { url : ' ', show : false, keepBrowserState : false, windowSize : "1024x768", waitForNavigation : "networkidle0", restart : true }, Mochawesome : { uniqueScreenshotNames : true }, REST : { config : { endpoint : "localhost:1337" } } }, include : { I : './steps_file.js' }, mocha : { reporterOptions : { reportDir : "./output/report", inlineAssets : true, reportPageTitle : "Valence Testing", reportTitle : "Valence Testing" } }, bootstrap : null, name : 'Valence Tests', hooks : [ "./events.js" ] };