Skip to content

Commit

Permalink
better setup
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed May 25, 2024
1 parent 7dd4e65 commit a40c41b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testrunner/config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ location:
type: "desktop"
browsers: ["chrome", "firefox", "edge"]
connectivity: ["native", "3g", "4g", "cable"]
useDocker: true
useDocker: false

- name: "Emulated Mobile"
type: "emulatedMobile"
Expand Down
2 changes: 1 addition & 1 deletion testrunner/src/testrunners/testrunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default async function runJob(job) {
configFilePath,
logger
);
logger.info('Finished job');
logger.info('Finished job with exitCode %s', testResult.exitCode);
const resultQueue = await queueHandler.getQueue('result');

let runTime = testResult.result.timestamp;
Expand Down

0 comments on commit a40c41b

Please sign in to comment.