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
Post a Comment