Skip to content

ChromeDataDir doesn't work #89

@quyetvivn

Description

@quyetvivn

I have config as below:

    browsers: ['Chromium', 'ChromiumWithData'],

    customLaunchers: {
      ChromiumWithData: {
        base: 'Chromium',
        chromeDataDir: __dirname + '/.chromium'
      }
    }

But when I run karma start --browsers ChromiumWithData, Karma doesn't use .chromium as dataDir. This is message from karma:
31 12 2016 23:13:18.494:DEBUG [launcher]: /usr/bin/chromium --user-data-dir=/tmp/karma-38163120 --no-default-bro wser-check --no-first-run --disable-default-apps --disable-popup-blocking --disable-translate --disable-backgrou nd-timer-throttling http://localhost:9876/?id=38163120

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions