How to run two different wdio.config.js file one after another
问题 I currently have two wdio.config.js files with different configurations. How can i run both one after another? Is it possible? This is how I am defining in the code: first config.js const { join } = require('path'); require('@babel/register') exports.config = { maxInstances: 3, runner: 'local', // specs: [ './tests/specs/**/*.spec.js' ], // exclude: [ // 'path/to/excluded/files' ], // // baseUrl: 'http://localhost:9174/', capabilities: { chromeBrowser: { capabilities: { browserName: 'chrome'