robotframework-gaunitlibrary

GAUnitLibrary is a Robot Framework library to interface with GAUnit


License
MIT
Install
pip install robotframework-gaunitlibrary==0.3.3

Documentation

Robot Framework GAUnit Library

Build Status

GAUnitLibrary is a Robot Framework library to interface with GAUnit.

Installation

Use pip:

pip install robotframework-gaunitlibrary

Run your first tests (full working samples)

Automated test with a proxy

You can use BrowserMob Proxy library to intercept Google Analytics events.

  • Download BrowserMob Proxy latest release (note: install Java).

    • add bin/ directory to your %PATH
  • Download ChromeDriver

  • Install these libraries :

    pip install -r requirements/samples.txt
  • Run the test

    robot samples/home_engie_with_proxy.robot

Launch a manual browsing session to test events

  • Follow same install instructions as above.

  • Run the test

    robot samples/manual_browsing.robot