aruiz-caritsqa / wdio-html-format-reporter

A WebdriverIO plugin. Create a basic HTML formatted report
0 stars 4 forks source link

Reporter ignore report location #11

Open karl0ss opened 5 years ago

karl0ss commented 5 years ago

Here is my config

reporters: ['spec', 'allure', 'html-format'],
  reporterOptions: {
    allure: {
      outputDir: './tests/UI/reports/allure'
    },
    htmlFormat: {
      outputDir: './tests/UI/reports/html'
    }
  },

But the report is always saved ./

Any idea?