Changes between Version 56 and Version 57 of DeveloperGuidelines/Testing/Selenium


Ignore:
Timestamp:
02/20/13 01:53:46 (11 years ago)
Author:
somayjain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Testing/Selenium

    v56 v57  
    3939}}}
    4040
    41 Make sure that {{{settings.base.migrate = True}}} and {{{settings.base.debug = True}}} in the config file.
     41Make sure that following settings are enabled in 000_config.py file.
     42{{{
     43settings.base.migrate = True
     44settings.base.debug = True
     45}}}
    4246
    4347Then you will need to re-populate: delete the contents of databases/* , errors/* and sessions/*