How to build a test group in watir?
Posted
by karlthorwald
on Stack Overflow
See other posts from Stack Overflow
or by karlthorwald
Published on 2010-05-22T16:33:30Z
Indexed on
2010/05/22
19:40 UTC
Read the original article
Hit count: 282
unit-testing
|watir
I have some single watir.rb scripts that use IE and are written in a standard watir way.
How do I create a test group
that combines them? I want all of them be executed by executing the main script.
Is it possible to auto include single test files into a test group by subidr?
Is it possible to enumerate the files that should be included in the test group?
Can I cascade (include other watir test groups in a watir test group)?
© Stack Overflow or respective owner