Skip to content

VinceCabs/robotframework-gaunitlibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published