~nobuto/maas/welcome_dns

« back to all changes in this revision

Viewing changes to buildout.cfg

Enable protractor for complete end-to-end testing of the MAAS web UI.

Show diffs side-by-side

added added

removed removed

Lines of Context:
199
199
scripts =
200
200
  test.config
201
201
 
 
202
[e2e-test]
 
203
recipe = zc.recipe.egg
 
204
eggs =
 
205
  ${region:dev-eggs}
 
206
  ${region:test-eggs}
 
207
  djorm-ext-pgarray
 
208
  docutils
 
209
  crochet
 
210
  iscpy
 
211
entry-points =
 
212
  test.e2e=maastesting.protractor:run_protractor
 
213
extra-paths =
 
214
  ${common:extra-paths}
 
215
scripts =
 
216
  test.e2e
 
217
initialization =
 
218
  ${cluster:initialization}
 
219
  environ.setdefault("MAAS_ROOT", "${buildout:directory}/run-e2e")
 
220
  environ.setdefault("DJANGO_SETTINGS_MODULE", "maas.development")
 
221
 
202
222
[flake8]
203
223
recipe = zc.recipe.egg
204
224
eggs =