Standalone test controller can be used outside testcafe #4427
Labels
STATE: Auto-locked
An issue has been automatically locked by the Lock bot.
STATE: Duplicate
An issues has been already reported in the other thread.
Testcafe is a battery included automation framework, you can just
npm install
and start to write script and execute it without any other dependencies. But on the other hand, testcafe's core feature,TestController
, can only be used with testcafe, which substantially limits its usage.As an automation engineer, I hope that testcafe can be integrated with other test framework like jest, as what we can do with webdriver.io.
A possible way to implement this feature is to provide a
TestControllerPool
to manage the life cycle of test controller. An example to use it with jest (but also with other )would like thisA lot of features in #3788 can get benefit from this design, like #2835
#912
The text was updated successfully, but these errors were encountered: