Selecting a testing framework #704
Answered
by
rmorshea
liberty-rising
asked this question in
Question
|
What's the recommended testing framework to use with IDOM? Looking to implement it in timeflow. |
Answered by
rmorshea
Mar 7, 2022
Replies: 1 comment 5 replies
|
In short, I think the recommendation is to use an async web driver like playwrite, IDOM does provide some testing utilities of it's own, but this relies on the sync Selenium web driver. I plan on changing this soon though because synchronous web drivers present some problems. I'm not really sure when this work will be done though as it will probably be quite sweeping in its impact. |
5 replies
Answer selected by
liberty-rising
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In short, I think the recommendation is to use an async web driver like playwrite,
arsenic, orpyppeteerto run UI automation tests. I'll and put together a code sample at some point that uses one of these tools, or if you need something sooner, feel free to book a slot during office hours.IDOM does provide some testing utilities of it's own, but this relies on the sync Selenium web driver. I plan on changing this soon though because synchronous web drivers present some problems. I'm not really sure when this work will be done though as it will probably be quite sweeping in its impact.