LiTiang / js-test-driver

Automatically exported from code.google.com/p/js-test-driver
0 stars 0 forks source link

Ability to skip a testcase #266

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

In some cases it is necessary to skip testcases (for example depending on the 
browser). Most of the modern unittesting frameworks provide you with a method 
of testcases to be able to skip a test or the whole testcase.

Can this be implemented in js-test-driver?

See for example: 
http://www.phpunit.de/manual/3.0/en/incomplete-and-skipped-tests.html

Original issue reported on code.google.com by tczol...@gmail.com on 31 Aug 2011 at 9:15