Skip to content

Releases: shamanec/GADS

v2.0.2

29 Jul 15:01
6ad90c5
Compare
Choose a tag to compare

Added --relaxed-security flag on the Appium servers started by the provider - non-configurable for now

v2.0.1

27 Jul 06:47
0cb655c
Compare
Choose a tag to compare
  • Fix handling Appium capabilities for alwaysMatch in Appium grid

v2.0.0

19 Jul 16:07
c76f983
Compare
Choose a tag to compare

BREAKING CHANGES

  • Devices administration in hub - devices are now manually registered via the hub, this means your current setup will no longer work
  • Users administration added - add/update/delete users
  • Provider administration enhancements
  • Multiple QoL improvements around the hub UI
  • Stabilisation improvements on the provider setup
  • Different way of syncing data between providers and hub
  • Better integration of the Appium experimental grid with the UI
  • Cleaned up unused and obsolete code

v1.4.0

25 Jun 15:45
25d3422
Compare
Choose a tag to compare
  • Added experimental Appium grid replacement for Selenium Grid - check out the README
  • UI improvements

v1.3.0

10 Jun 16:43
9ebcf55
Compare
Choose a tag to compare
  • Minor release, show current GADS version in the hub UI

v1.2.0

05 Jun 17:41
1cf7854
Compare
Choose a tag to compare
  • Until now to have a provider create Appium relay nodes connection to Selenium Grid you had to manually supply the Selenium jar file on each provider instance. With this change you will upload the respective Selenium jar file through the hub UI and store it in Mongo from where each provider instance will download it automatically on startup if Selenium Grid connection is enabled

v1.1.0

04 Jun 16:01
696b076
Compare
Choose a tag to compare
  • Get clipboard/pasteboard value via the remote control UI

v1.0

31 May 17:00
6265b68
Compare
Choose a tag to compare

This went through multiple different iterations and I've been working on it for too long, I like the idea of having a 1.0 release and I feel the time has come. Considering this is a pet project of mine to waste the little free time I have, treat it as a AAA game release by a well-renown game company where they charge you the full amount for an unfinished game - with the exception that this is free :D

In release 1.0 you get:

  • Hub - remote control of devices and basic user/provider administration
  • Provider - set up and provide devices for remote control through the hub and Appium tests execution

For a full description of available features and setup check out the readme!
NB If you have used a previous version of GADS it will be best if you drop your MongoDB data before switching.