Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

To add such manual tests:

  • checkout http://svn.magnolia-cms.com/svn/community/bundle/trunk/Image Removed
  • depending on what needs to be tested, you can do a combination of:
    • add templates in magnolia-integration-tests-module/src/main/resources/mgnl-files/templates/test/manual
    • declare those templates in magnolia-integration-tests-module/src/main/resources/info/magnolia/test/config.properties or via info.magnolia.test.SetupStuffForTests.
    • in the template itself, describe what actions need to be performed for the test to be considered successful
    • add a page with this template to the website, under /manual-tests, via magnolia-integration-tests-module/src/main/resources/info/magnolia/test/website.properties.

...

...