-
Notifications
You must be signed in to change notification settings - Fork 18
Adds selenium tools for project creation and data dictionary loading #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
pbchase
wants to merge
71
commits into
susom:master
Choose a base branch
from
ctsit:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…_tools_in_the_redcap_vm.rst
Add a REDCap testing VM
…oad-data-dictionary.py
…h keys and config are defined for the user who will be using them" This reverts commit ccc71b8.
…explicitly from user travis' .ssh directory
In preparation for version branches (ex. redcap6.0.5, redcap6.5.3), this commit reworks the Travis CI scripts and configuration. Specifically, Travis will use the same install script as Vagrant `bootstrap.sh` and the Travis-specific setup was moved to `travis-before-install.sh`. Additionally, this required updates to `.travis.yml`.
Rework travis scripts to prepare for new branches This looks good. I like that you eliminated the travis-specific install script. I did that as a conservative move, but also felt it need to go. I like the way you made it go away. Philip
It doesn't seem to be able to find the "Add / Edit Record" link anymore.
Accidentally switched the webdriver to Firefox.
New hooks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request is preliminary step towards testing plugins with Selenium.
Adds
Changes