testplane icon indicating copy to clipboard operation
testplane copied to clipboard

Testplane (ex-hermione) browser test runner based on mocha and wdio

Results 84 testplane issues
Sort by recently updated
recently updated
newest added
trafficstars

### What is done Some libraries can load css files when you import them in component test file. For example: ``` // test.testplane.tsx import {Button} from "some-component-library"; describe("suite", {...}); ```...

### Verify latest release - [ ] I verified that the issue exists in the latest Hermione release ### Hermione version [email protected] ### Last Hermione version that worked [email protected] ###...

### Contribution - [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/gemini-testing/hermione/blob/master/CONTRIBUTING.md)) ### Describe the user story _No response_ ### Describe the solution you'd like To detect invalid...

Add example folder with automate testing in android apps (web, native and hybrid)

Add --keep-browser and --keep-browser-on-fail CLI flags to keep browser sessions alive for debugging purposes. Fixes #1096

### Contribution - [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/gemini-testing/hermione/blob/master/CONTRIBUTING.md)) ### Describe the user story Two possible applications for this: - Debugging something locally, after test...