Skip to content

1.3.1

Compare
Choose a tag to compare
@dzaiats dzaiats released this 12 Nov 09:02
· 782 commits to master since this release

This release contains next important items and changes:

  • Support for Selenium 3.0. Now You need to put binary "geckodriver" into src/main/resources/drivers to run tests on Firefox.
  • We added ability to use Automotion for running automation tests on UWP Windows platform. For this just need to add next environment variables:
    • For Windows UWP:

      IS_MOBILE=True
      PLATFORM=Windows
      APP={Application Family Name}!App
      EXECUTOR=http://{host}:{port}
      DEVICE=Device name or ID
      
  • Few bug fixes and approving of stability.