testplane icon indicating copy to clipboard operation
testplane copied to clipboard

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

Results 74 testplane issues
Sort by recently updated
recently updated
newest added

### 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 There are no comprehensive guides on https://testplane.io related to Android apps...

backlog

We suggest people to move from "hermione-passive-browsers" to "passive", but "passive" doesn't work with html-reporter gui. In html-reporter gui, we skip all tests, which has `silentlySkipped: true`: https://github.com/gemini-testing/html-reporter/blob/30d8ec99835bf35a0aa14b2437d3ad7fbc76ba79/lib/gui/tool-runner/index.ts#L337 And `Testplane`...

### Verify latest release - [X] I verified that the issue exists in the latest Hermione release ### Hermione version _No response_ ### Last Hermione version that worked _No response_...

backlog

### Verify latest release - [X] I verified that the issue exists in the latest Hermione release ### Hermione version _No response_ ### Last Hermione version that worked _No response_...

### What is done Implement ability to read tests using cli command `npx testplane list-tests` which support options like for run tests: - --config; - --browser; - --set; - --require;...

### Verify latest release - [X] I verified that the issue exists in the latest Hermione release ### Hermione version _No response_ ### Last Hermione version that worked _No response_...

backlog

### Verify latest release - [X] I verified that the issue exists in the latest Hermione release ### Hermione version _No response_ ### Last Hermione version that worked _No response_...

backlog

## What is done In component testing user can import esm modules in the test file, because it executes in the browser, which support them. But test files also import...