gemini-gui
gemini-gui copied to clipboard
GUI for gemini
Is there ability to rerun tests from gui with changed source? Case: - open gemini-gui - run tests - change failed tests - rerun via gemini ( for some reasons...
pair pr: https://github.com/gemini-testing/gemini/pull/678
Скрывает тесты остальных браузеров https://yadi.sk/i/MSyq-7E1qMWSu
### Steps 0. `npm install --save-dev gemini-gui` 1. configure gemini to use chromedriver 2. add npm run `test:gui` command to `package.json`: ``` { // ... "scripts": { "test:gui": "gemini-gui -p...
I’m running `gemini test` as part of my CI pipeline in order to prevent deploying unwanted visual changes. This works quite well. I also want to use the gemini-gui to...
Add `fade` and `swipe` modes in addition to the existing 3-side gemini `difference` mode. Also, github have slightly different `difference` mode, which implemented in the package too, and this mode...