phpunit-mink icon indicating copy to clipboard operation
phpunit-mink copied to clipboard

Allow setting project in the ApiBrowserConfiguration

Open aik099 opened this issue 11 years ago • 1 comments

Problem I'm facing is when a single SauceLabs/BrowserStack account is used to test multiple websites. In such scenario tests for both websites are mixed with no easy way to identify them.

I'm proposing to:

  • use project for BrowserStack (https://www.browserstack.com/automate#builds-projects)
  • use first tag for SauceLabs (https://saucelabs.com/docs/additional-config)

to identify a particular browser configuration.

aik099 avatar Apr 01 '14 06:04 aik099

After #12 is implemented we can either create special key in driverOptions or just allow user to specify them via driverCapabilities.

aik099 avatar Mar 20 '15 19:03 aik099