Skip to content

Commit 290adfd

Browse files
committed
Read configFile From commandOptions
Currently passing --config-file is ignored as that isn't being passed through here. Instead only the defaults ever get used.
1 parent f20c05c commit 290adfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/utils/test-page-helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ function getMultipleTestPages(config, commandOptions) {
211211
}
212212

213213
const baseUrl =
214-
config.testPage || getTestUrlFromTestemConfig(config.configFile);
214+
config.testPage || getTestUrlFromTestemConfig(commandOptions.configFile);
215215
const customBaseUrl = getCustomBaseUrl(commandOptions, baseUrl);
216216

217217
if (Array.isArray(customBaseUrl)) {

0 commit comments

Comments
 (0)