We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d115c commit 68ec39cCopy full SHA for 68ec39c
src/chromyRunner.js
@@ -74,7 +74,7 @@ class ChromyRunner {
74
break;
75
case actions.test:
76
try {
77
- logger.log(`camparing -> ${this.options.testReportPath}/${test.name}.png
+ logger.log(`comparing -> ${this.options.testReportPath}/${test.name}.png
78
and ${this.options.screenshots}/${test.name}.png`);
79
const result = await compareImage(this.options, test.name);
80
logger.log(result);
0 commit comments