Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Add a note that Splinter tests no longer run in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
robyoung committed Jan 30, 2014
1 parent 717aa0c commit 602afef
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Backdrop is a datastore built with Python and MongoDB. It is made up of two sepa
- Data can be retrieved in a few useful ways. eg `/<name_of_my_bucket>?period=month` for monthly grouped data.
- Backdrop is in constant development, the best place to find examples and features are [the feature tests](https://github.com/alphagov/backdrop/tree/master/features)

##Getting set up
## Getting set up

This assumes you are using the GDS dev environment and so have python and mongo installed.

Expand All @@ -28,6 +28,12 @@ This will create a new virtualenv (if virtualenvwraper is installed), install al
5. Copy `backdrop/write/config/development_environment_sample.py` to `development_environment.py`
(if you want to) and edit as needed.

## Testing

Run tests with ```./run_tests.sh```

**WARNING**: Splinter tests are not run in travis or Jenkins due to their instability.

## Single-sign-on integration and OAuth flow

This is the OAuth flow we are using to authenticate users with Signonotron2
Expand Down

0 comments on commit 602afef

Please sign in to comment.