gemini-testing / testplane

Testplane (ex-hermione) browser test runner based on mocha and wdio
https://testplane.io
MIT License
687 stars 62 forks source link

feat: add ability to use browser in component tests #902

Closed DudaGod closed 4 months ago

DudaGod commented 4 months ago

What is done

Added the ability to use a browser instance on the client side when running component or unit tests. It works due to the fact that a browser stub is created on the client side and the command call sends a ws message to the server, which executes command and returns the result.