I'm trying to use multiCapabilities to define multiple browser drivers, but when I try running a test that registrates THE SAME user in different browsers, all but the first browser that tries to register returns an error (User already exists).
Is there a way to run parallel e2e tests in Protractor with information that cannot be duplicated (like user name, user e-mail and such)?
I found a way to test them, but creating different configs for each browser and defining different params (like user name) for each of them. Is there a better way of doing this?