How to build a test suite in watir?
- by karlthorwald
I have some single watir.rb scripts that use IE and are written in a standard watir way.
How do I create a test suite that combines them?
Is it possible to enumerate the files that should be included in the test suite?
Is it possible to auto include single test files into a test suite by subidr?
Can I cascade (include other watir suites in watir suites)?