spectrum
spectrum copied to clipboard
E2E Test Automation Framework
# Feature description When initialising pages via the [PageFactory.initElements](https://www.selenium.dev/selenium/docs/api/java/org/openqa/selenium/support/PageFactory.html) method, you can provide an [element locator factory](https://www.selenium.dev/selenium/docs/api/java/org/openqa/selenium/support/pagefactory/ElementLocatorFactory.html). As of now, Spectrum implicitly uses the [AjaxElementLocatorFactory](https://www.selenium.dev/selenium/docs/api/java/org/openqa/selenium/support/pagefactory/AjaxElementLocatorFactory.html) as part of the [auto-waiting](https://giulong.github.io/spectrum/#auto-waiting)...
# Feature description Though Internet Explorer is no more available, [Microsoft Edge can run in compatibility mode](https://www.selenium.dev/documentation/webdriver/browsers/internet_explorer/) to emulate it. We'd like to extend Spectrum to support it. # Describe...
These are all valid strings in yaml: ```yaml a: "quoted" b: 'with apostrophe' c: just text d: 123 e: 1.23 f: true ``` The issue is that the schema validation...
adds #447 Visual regression Testing capability
We'd like the user to be able to run visual regression testing. When configured: 1. the first run is used to generate snapshots (golden images) 2. the subsequent runs will...