selenium - parallel_tests - Ruby multiple browser testing -


so far have tried running multiple scenarios using parallel_tests , working fine. problem approach need run multiple times different browser parameter , think not practice.

right passing browser parameters along cucumber config. can pass array of browsers 'chrome', 'firefox' , 'ie' etc. question is, there anyway can trigger scenarios against these browsers? parallel_tests should invoke scenarios? (lets 2 scenarios) 6 times (1 scenario against 3 browsers). there anyway can achieve task?


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -