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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -