walnutjs icon indicating copy to clipboard operation
walnutjs copied to clipboard

Hard code of locatorsPath in './test/locators'

Open guilhermegregio opened this issue 7 years ago • 0 comments

Suggestion:

Adding config to change locators path on protractor.conf

{
...
  walnutjsOpts: {
  ...
  locatorsPath: '<path to locators>'
  ...
  }
...
}

guilhermegregio avatar Jan 26 '18 17:01 guilhermegregio