How to run two url's in concept.confing.js file?

HI Team,

Can you suggest me how to run multiple test cases(two different url’s trigger ) in single test file.?

you can input the full url in I.amOnPage('https://...') to the test you want

No…my question is pass two url from codecept.config.js

Exp:

WebDriver: {

       url: 'https://www.w3schools.com/xml/xpath_axes.asp',  
       browser: 'chrome'

}

Two different applications test one after one in single shot/command.