You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(addMockModule): support any additional arguments
Allow Protractor’s 'addMockModule' method to pass context to its mocks,
providing arguments to the script which overrides a module.
Support any arguments provided in addition to the module’s name and
script. Those arguments may be referenced from the script via the
`arguments` object.
Rely on the WebDriver’s 'executeScript' method.
Closesangular#695
0 commit comments