Skip to content

tascape/reactor-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reactor-demo

Demonstration of how to use Reactor automation framework and it extensions to enable WebService, WebUI, iOS and Android automation.

execution report

  1. install vagrant and virtualbox

  2. run

mkdir -p ~/.reactor && cd ~/.reactor && wget https://raw.githubusercontent.com/tascape/reactor-report/master/doc/reactor.sh -O reactor.sh && bash reactor.sh
  1. wait - an Ubuntu VM will be created and configured with Java, Tomee, Nginx, MySQL, etc.

  2. an empty report page will open in your default web browser (bookmark this - http://127.0.0.1:28088/rr/suites_result.xhtml)

webui

1. run basic demo

cd webui
mvn clean install
java -cp target/*:target/dependency/* -Dreactor.comm.WEBBROWSER_TYPE=firefox com.tascape.demo.suite.JsonEditorOnlineSuite
java -cp target/*:target/dependency/* -Dreactor.comm.WEBBROWSER_TYPE=chrome com.tascape.demo.suite.JsonEditorOnlineSuite
  • works on Firefox 46.0, Chrome 53.0

2. page load time

run page load time demo

cd webui
mvn clean install
java -cp target/*:target/dependency/* com.tascape.demo.suite.PageLoadingSuite
  • works on Firefox 46.0

About

Demonstration of how to use Reactor automation framework and it extensions to enable WebService, WebUI, iOS and Android automation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages