minkphp / phpunit-mink

Library for using Mink in PHPUnit tests. Supports session sharing between tests in a test case.
BSD 3-Clause "New" or "Revised" License
70 stars 20 forks source link

Allow setting project in the ApiBrowserConfiguration #16

Open aik099 opened 10 years ago

aik099 commented 10 years ago

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:

to identify a particular browser configuration.

aik099 commented 9 years ago

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