Skip to content

Commit

Permalink
config from cli
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jul 29, 2024
1 parent 5c36b67 commit 9cc7ab1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testrunner/src/testrunners/docker-testrunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ export default async function runJob(job) {
workingDirectory,
configFileName,
resultFileName,
job.data.extras && job.data.extras.includes('--webpagereplay')
(job.data.extras && job.data.extras.includes('--webpagereplay')) ||
job.data.config.webpagereplay
);

if (job.data.scripting) {
Expand Down

0 comments on commit 9cc7ab1

Please sign in to comment.