gwt-material icon indicating copy to clipboard operation
gwt-material copied to clipboard

Selenium Test - GMD Demo integration

Open kevzlou7979 opened this issue 6 years ago • 0 comments

Demo Behaviour

  • [ ] Searching Components
  • [ ] Navigating Components
  • [ ] Changing Themes
  • [ ] Checking App Footer
  • [ ] Checking Responsive Layout

Base Test helper methods

  • [x] scrollTo(WebElement element) // will scroll to target element
  • [x] visit(url) // will visit a page inside the browser
  • [x] click(selector) // will fire click event on the target element.
  • [x] sendKeys(text, selector) // will trigger a input text inside the target element
  • [x] searchComponent(String component) // will search any gmd component to GMD Search field.
  • [x] waitUntilDisplayed(selector) // will explicity wait the target component until it will be displayed.
  • [x] findElement(selector) // will find any element thru selector
  • [x] reload() // will reload the browser.

Component Sections

  • [ ] Cards
  • [ ] Collapsible
  • [ ] Collection
  • [ ] DatePicker
  • [ ] Dialogs
  • [ ] Dropdown
  • [ ] Errors
  • [ ] Forms
  • [ ] Loaders
  • [ ] NavBar
  • [ ] SideNav
  • [ ] Tabs

kevzlou7979 avatar Aug 16 '17 00:08 kevzlou7979