gemini-testing / gemini

💀💀💀[DEPRECATED] Use hermione
https://github.com/gemini-testing/hermione
MIT License
1.5k stars 149 forks source link

Need to find UI Differences as a batch . For A/B testing #960

Closed ganeshrevankar closed 5 years ago

ganeshrevankar commented 5 years ago

When reporting a bug, make sure you provide all required info below. Reports without this information may be closed.

Output of gemini --version:

...

Contents of .gemini.yml file:

Test source code:

Command used to run the test:

Publically accessible URL of the page you are testing against:

http://

Result:

...

Expected behaviour:

...

j0tunn commented 5 years ago

Webdriver doesn't provide ability to take screenshot of browser address bar. I'd suggest you to use hermione for your test case. And it definitely shouldn't be asserted via screenshot. Take a look at url command

ganeshrevankar commented 5 years ago

Webdriver doesn't provide ability to take screenshot of browser address bar. I'd suggest you to use hermione for your test case. And it definitely shouldn't be asserted via screenshot. Take a look at url command

Sorry i was not clear on my problem statement. Let me just update my problem statement here: i have a requirement of comparing multiple pages with a base line web page I am not expecting the url to be displayed or captured in the Image. i am just trying to get the differences on each of the Wepage variant. to be more precise about my query, its kind of an A/B test functionality. Which compares 2 variations of same page with some changes in the UI.
as there would be 2 different experiment id`s appended in the url for different UI variations

j0tunn commented 5 years ago

Sorry, still don't understand what you are trying to do. Can you provide some example?