deadnight7 / quickfuseapps_tests_selenium

Automated tests for performing Drag and Drop operation on FlowCharts at http://quickfuseapps.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuickFuseApps tests in Selenium WebDriver

Automated tests in Selenium WebDriver for performing Drag and Drop operations on http://quickfuseapps.com/

Video - https://www.youtube.com/watch?v=etYHZNVcdks

Steps to run locally

$ git clone
Cloning into 'quickfuseapps_tests_selenium'...
remote: Total 115 (delta 13), reused 110 (delta 9), pack-reused 0
Receiving objects: 100% (115/115), 9.24 MiB | 1.37 MiB/s, done.
Resolving deltas: 100% (13/13), done.

$ cd quickfuseapps_tests_selenium/

Ensure Maven is in the classpath

$ mvn clean test

OR if Maven is not in the classpath; import the project in eclipse as a Maven Project > Run As > Maven Test

About

Automated tests for performing Drag and Drop operation on FlowCharts at http://quickfuseapps.com/


Languages

Language:HTML 53.5%Language:Java 24.6%Language:CSS 12.6%Language:JavaScript 9.3%