We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eacdde3 + f188600 commit 103a3dcCopy full SHA for 103a3dc
doc/testing.md
@@ -1,5 +1,16 @@
1
# Testing
2
3
+## External dependencies
4
+
5
+Some of the smart-answers tests require PhantomJS to be [installed on your machine
6
+natively](https://github.com/teampoltergeist/poltergeist/blob/master/README.md#installing-phantomjs).
7
8
+Smart-answers also require the govuk-content-schemas repository which can
9
+be [cloned](https://github.com/alphagov/govuk-content-schemas) into a sibling
10
+directory, or a directory referenced using GOVUK_CONTENT_SCHEMAS_PATH.
11
12
+## Executing tests
13
14
Run all tests by executing the following:
15
16
bundle exec rake
0 commit comments