Skip to content

Releases: sbabcoc/Selenium-Foundation

15.6.1-s2

07 Nov 21:48
Compare
Choose a tag to compare
  • Migrate version-specific node configuration files to common resource folder with qualified names
  • Project: Remove version-specific resource folders
  • README: Update project version references

15.6.0-s2

07 Nov 21:44
Compare
Choose a tag to compare
  • Update/activate JUnit DriverWatcher
  • Add WrapsDriver facade interface to mask version-specific packaging
  • Switch from GSON to Selenium API for JSON support
  • Project:
    • Upgrade JUnit Foundation to version 6.0.1
    • Add -javaagent argument to unit test command line
    • Upgrade selenium-server-standalone to version 3.14.0
    • Remove explicit Byte Buddy dependency
    • Add testLogging.showStandardStreams = true to unit test tasks
  • README: Remove --info from Gradle command lines

15.5.1-s2

07 Nov 21:28
Compare
Choose a tag to compare
  • Add missing details to PageUrl annotation JavaDoc
  • Add missing details to ComponentContainer JavaDoc
  • Update JavaDoc in QuickStart to consider both Selenium 2 and Selenium 3
  • README:
    • Update project version references
    • Document features:
      • Automatic driver targeting
      • Landing page verification
      • Component collections
      • Stale element reference protection
      • Optional elements
      • Page load synchronization
      • Automatic phase-to-phase driver hand-off
      • Automatic capture of screenshots and page source

15.5.0-s2

07 Nov 21:05
Compare
Choose a tag to compare
  • Implement and activate JUnitRetryAnalyzer
  • README:
    • Update project version references
    • Update DriverWatcher documentation
    • Add documentation for DriverListener
    • Document automatic retry feature

15.4.0-s2

07 Nov 21:01
Compare
Choose a tag to compare
  • Project: Upgrade JUnit Foundation to version 3.2.0
  • Implement DriverListener to shut down local Grid
  • Eliminate use of DriverWatcher for local Grid shutdown

15.3.4-s2

07 Nov 18:27
Compare
Choose a tag to compare
  • Project: Upgrade TestNG Foundation to version 1.9.3

15.3.3-s2

07 Nov 18:26
Compare
Choose a tag to compare
  • Project: Upgrade TestNG Foundation to version 1.9.2

15.3.2-s2

07 Nov 18:25
Compare
Choose a tag to compare
  • Tweak driver management shutdown code to ensure proper release of tracked resources

15.3.1-s2

07 Nov 18:23
Compare
Choose a tag to compare
  • Project: Upgrade TestNG Founfation to version 1.9.1
  • Remove redundant implementation from resource tracking client code
  • README: Update project version references

15.3.0-s2

07 Nov 08:06
Compare
Choose a tag to compare
  • Add reference tracking for propagated test values
  • Project: Upgrade TestNG Foundation to version 1.9.0
  • README:
    • Update project version references
    • Add documentation for automatic retry feature