Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-9948

Make it easy to get functional tests screenshots from CI

    XMLWordPrintable

Details

    • Unknown
    • N/A
    • N/A

    Description

      Right now functional tests located in platform get screenshots put in the tmp dir when a test fails. It would be nice to put them in the target dir of the failing project instead to make it easier to get the screenshots from Jenkins.

      This can be achieved by setting this configuration:

                    <property>
                      <name>screenshotDirectory</name>
                      <value>${basedir}/target/screenshots</value>
                    </property>
      

      Attachments

        Activity

          People

            vmassol Vincent Massol
            vmassol Vincent Massol
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: