0

I explored the javascript unit test libraries ( qunit, jasmine ), but my requirement is run the unit test scripts based on the browser type on runtime.

that means, if i run the unit test scripts first i need to identify running browser type ( ex: chrome ) using the framework and run only related browser test cases.

R P
  • 1
  • 1

2 Answers2

2

Similar post

There isn't a whole lot of information for me to go off of, but it seems that this post is similar.

To answer your question, Selenium can probably handle what you're looking for, but it will depend on your exact needs not specified in this post.

Community
  • 1
  • 1
Cole Bittel
  • 2,646
  • 5
  • 18
  • 31
0

This one: https://saucelabs.com/javascript/

Seems to have an option for configuring the browser before run the test.

Hope is enough, haven't really tried it myself.

joan16v
  • 5,055
  • 4
  • 49
  • 49
galatia
  • 473
  • 1
  • 5
  • 18