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

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

node.js - Express and Redis - If session exists for this user, don't allow access -