Skip to content

Saleslogix/argos-saleslogix-selenium

Repository files navigation

argos-saleslogix-selenium

This repo contains both the Selenium WebDriver test scripts used for argos-saleslogix mobile.

Required Test Environment:

  1. Selenium Grid Setup with nodes for desired browsers
  2. Java JDK1.7
  3. IntelliJ Community Edition or maven if using command line

Setup Instructions:

Clone this repo to a local folder on your test machine. Example: $ git clone git://github.com/Saleslogix/argos-saleslogix-selenium.git

For the WebDriver Java Project:

  1. Open argos-saleslogix-selenium in IntelliJ Community edition IDE
  2. Add your JDK path to the project's Platform Settings SDKs section

Running the tests:

  • Configure app.properties to your setup (selenium grid, mobile URL, etc)
    • You can override app.properties by passing the key/value pairs into maven test as system properties: mvn -Dbrowser=firefox test
    • You can target specific tests this way as well: mvn -Dbrowser=internetExplorer -Dtest=TicketViewsTest test

Browsers strings accepted (must have a node connected to the grid or indivdually running as a standalone hub):

About

MIRROR - Saleslogix Mobile Automation Tests

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages