How to test registration pages in Protractor, with multiple browsers? -
i'm trying use multicapabilities define multiple browser drivers, when try running test registrates same user in different browsers, first browser tries register returns error (user exists).
is there way run parallel e2e tests in protractor information cannot duplicated (like user name, user e-mail , such)?
i found way test them, creating different configs each browser , defining different params (like user name) each of them. there better way of doing this?
you might @ answer help: how can use command line arguments in angularjs protractor?
i think can on per-browser basis in config, should able pass in different usernames , passwords way.
Comments
Post a Comment