Skip to content

Commit

Permalink
vignette edits, build
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemkass committed Nov 26, 2017
1 parent 642ce13 commit a6c1099
Show file tree
Hide file tree
Showing 28 changed files with 267 additions and 28 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Mac OS files
.DS_Store

# HTML files
.html
# History files
Expand Down
27 changes: 0 additions & 27 deletions tests/README.rtf

This file was deleted.

19 changes: 19 additions & 0 deletions tests/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Instructions for developing RSelenium tests for Wallace

1. Install geckodriver for Firefox or chromedriver for Chrome. This can be done easily with homebrew on MacOS with the following formulas:

brew install geckodriver
brew install chromedriver

2. When opening the remote driver, soimply specify which browser to open this way:

remDr <- remoteDriver(browserName = "chrome")


# Developing and running shiny unit tests

1. Start selenium server from terminal: `java -jar selenium-server-standalone.jar`

2. Startup an RStudio window and start Wallace by using the `run_wallace.R` script in the `wallace/test/` directory

3. Start ANOTHER RStudio window and run the first 21 lines of the test-workflow.R code (you might have to `library(testthat)` first, so `context` is actually defined.
Binary file added vignettes/vignette_img/Wallace1a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/vignette_img/Wallace1b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/vignette_img/Wallace1c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/vignette_img/Wallace2a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/vignette_img/Wallace2b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/vignette_img/Wallace3a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/vignette_img/Wallace4a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/vignette_img/Wallace5a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/vignette_img/Wallace6a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/vignette_img/Wallace6b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/vignette_img/Wallace7a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/vignette_img/Wallace7b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/vignette_img/Wallace7c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/vignette_img/Wallace8a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/vignette_img/Wallace8b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/vignette_img/Wallace8c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/vignette_img/Wallace8d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/vignette_img/Wallace9a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/vignette_img/WallaceNexta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/vignette_img/WallaceNextb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/vignette_img/WallaceRMDa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/vignette_img/Wallace_Intro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/vignette_img/Wallace_Introb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/vignette_img/hinge_threshold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
248 changes: 248 additions & 0 deletions vignettes/wallace-vignette.Rmd

Large diffs are not rendered by default.

0 comments on commit a6c1099

Please sign in to comment.