像助手不输出不匹配百分比

时间:2019-06-07 10:07:45

标签: codeceptjs resemblejs

我安装了CodeceptJS所需的类似软件包。运行测试时,它不会输出不匹配百分比,也不会将比较图像保存在指定的diff文件夹中。它仅在测试结束时输出公差级别。为什么会这样?

我已经重新下载了npm软件包,并尝试调试节点模块中的index.js和resemble.js文件。似乎在运行时它从未真正比较两个图像

This is part of my config file in CodeceptJS

  helpers: {
    WebDriverIO: {
      url: 'https://www.mydirtyhobby.com',
        windowSize: 'maximize',
      browser: 'chrome',
      restart: false,
      keepBrowserState: false,
      keepCookies: false
    },

    "ResembleHelper" : {
      "require": 'codeceptjs-resemblehelper',
      "screenshotFolder" : './output/',
      "baseFolder": './base_images/',
      "diffFolder": './diff_images/',

    }
  },

应显示不匹配百分比,并且差异图像应保存在指定的文件夹中。但相反,它只会输出我在测试中设置的公差等级。

0 个答案:

没有答案