Daniel Koo

Results 25 issues of Daniel Koo

We should upgrade to Selenium 2.43.0 (http://docs.seleniumhq.org/download/)

enhancement

Github io pages should be updated to use the latest 1.4 APIs. We should specifically change our sample codes with the By locator.

Provide widget library for bootstrap components/css. Reference following pages: http://getbootstrap.com/components/ http://getbootstrap.com/css/

enhancement

We need to create unit tests for the following classes: - org.finra.jtaf.ewd.impl.ClientProperties - org.finra.jtaf.ewd.properties.GUIProperties - org.finra.jtaf.ewd.properties.GUIHierarchyConcatenationProperties

enhancement

Provide a widget library to handle jQuery UI widgets and controls. We should reference the widgets outlined here: http://jqueryui.com/demos/

enhancement

Currently we have PMD turned on with WARNING only. We need to fix all the PMD issues and turn it on with FAILURE.

ChromeDriver allows users to set the chrome.switches via DesiredCapabilities. Current, our client properties doesn't support configuring chrome.switches. We should allow users to specify list of chrome.switches via client properties file...

enhancement

We need to create tests which only executes on a real browser instead of HtmlUnit only. For instance, we need to create tests for ExtWebDriver interface which deals with browser...

enhancement

We need to have our build integration tests and browser only tests to run against Sauce Labs. 1. We need to create an Open Sauce account 2. Configure Travis CI...

enhancement

Add a "Development" doc to describe how to build, deploy locally to test. It should include build process for each component (aphelion, dashboard-service, web) and how to deploy the changes...

documentation