<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:22:25 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>FOLIO Jira</title>
    <link>https://folio-org.atlassian.net</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>1001.0.0-SNAPSHOT</version>
        <build-number>100246</build-number>
        <build-date>07-02-2024</build-date>
    </build-info>

<item>
            <title>[FOLIO-2674] Enable Jenkins jobs to save artifacts of Cypress for front-end tests</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-2674</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;The testing framework cypress.io is being investigated.&lt;/p&gt;

&lt;p&gt;For example see 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;UICR-21&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/UICR-21&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Add testing framework&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            UICR-21
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
, and its linked document for &quot;testing-notes&quot;, and the &quot;cypress-testing&quot; branch of ui-courses.&lt;/p&gt;

&lt;p&gt;Cypress generates artifacts (screenshots and videos). Enable Jenkins to save these.&lt;/p&gt;

&lt;p&gt;Jenkins already does save other artifacts (e.g. yarn.lock). See &lt;a href=&quot;https://github.com/folio-org/jenkins-pipeline-libs/blob/master/vars/buildNPM.groovy&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;jenkins-pipeline-libs/vars/buildNPM.groovy&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="81716">FOLIO-2674</key>
            <summary>Enable Jenkins jobs to save artifacts of Cypress for front-end tests</summary>
                <type id="10003" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium">Task</type>
                                            <priority id="10005" iconUrl="https://dev.folio.org/assets/jira-priority/tbd.svg">TBD</priority>
                        <status id="6" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10003">Done</resolution>
                                                        <assignee accountid="61cd0ca0bce5e00069e98be7">David Crossley</assignee>
                                                                <reporter accountid="61cd0ca0bce5e00069e98be7">David Crossley</reporter>
                                    <labels>
                    </labels>
                <created>Thu, 2 Jul 2020 01:50:18 +0000</created>
                <updated>Mon, 13 Jul 2020 11:32:19 +0000</updated>
                            <resolved>Fri, 10 Jul 2020 02:16:12 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                                                            <comment id="199314" author="5bffed52a1b46046f530c8f7" created="Thu, 2 Jul 2020 10:48:11 +0000"  >&lt;p&gt;Thanks, David! Specifically, the two directories &lt;tt&gt;cypress/vidoes&lt;/tt&gt; and &lt;tt&gt;cypress/screenshots&lt;/tt&gt; would be useful to save.&lt;/p&gt;</comment>
                                                            <comment id="199315" author="61cd0ca0bce5e00069e98be7" created="Fri, 3 Jul 2020 07:53:27 +0000"  >&lt;p&gt;Done in &lt;a href=&quot;https://github.com/folio-org/jenkins-pipeline-libs/pull/87&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;jenkins-pipeline-libs/pull/87&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The tar archive file just contains everything in the cypress output directory. Too difficult to be selective, e.g. there might not be a screenshots directory.&lt;/p&gt;

&lt;p&gt;So there are a couple of minor extra directories packaged with it.&lt;/p&gt;</comment>
                                                            <comment id="199316" author="5bffed52a1b46046f530c8f7" created="Fri, 3 Jul 2020 13:06:24 +0000"  >&lt;p&gt;Excellent, thank you! How do I access these saved files?&lt;/p&gt;

&lt;p&gt;The other directories in &lt;tt&gt;cypress&lt;/tt&gt; are the tests themselves, plus whatever plugins and whatnot I have written to support them. It does feel wrong to save these, so what I could do is reconfigure so that there is a single &lt;tt&gt;cypress/artifacts&lt;/tt&gt; directory which will contain &lt;tt&gt;videos&lt;/tt&gt; and &lt;tt&gt;screenshots&lt;/tt&gt; if either of them is generated. I assume it would be trivial to change this PR accordingly?&lt;/p&gt;</comment>
                                                            <comment id="199317" author="61cd0ca0bce5e00069e98be7" created="Fri, 3 Jul 2020 13:20:52 +0000"  >&lt;p&gt;Yes that would be good. Nothing is easy of course - always takes time to test. But yes, please do that.&lt;/p&gt;

&lt;p&gt;How to access &amp;#8211; follow the &quot;orange dot / green tick&quot; from the most recent commit: &lt;a href=&quot;https://github.com/folio-org/ui-courses/tree/cypress-testing&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/ui-courses/tree/cypress-testing&lt;/a&gt; and then the &quot;Artifacts&quot; tab at the top. Or go across to the &quot;Classic interface&quot; from that top-right panel. It is at the top of that page, e.g. &lt;a href=&quot;https://jenkins-aws.indexdata.com/job/folio-org/job/ui-courses/job/cypress-testing/13/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://jenkins-aws.indexdata.com/job/folio-org/job/ui-courses/job/cypress-testing/13/&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="199318" author="5bffed52a1b46046f530c8f7" created="Fri, 3 Jul 2020 13:21:41 +0000"  >&lt;p&gt;Ah, I see it at the top of the Jenkins report &#8212; nice!&lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;64298_thumb&quot; href=&quot;/rest/api/3/attachment/content/64298&quot; title=&quot;Screen Shot 2020-07-03 at 14.19.37.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;64298&quot; file-preview-title=&quot;Screen Shot 2020-07-03 at 14.19.37.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64298?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64298&quot; filename=&quot;Screen Shot 2020-07-03 at 14.19.37.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64298&quot; data-attachment-name=&quot;Screen Shot 2020-07-03 at 14.19.37.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;b37461f7-ce99-4f22-bc49-a9dee1beb1c5&quot; data-media-services-type=&quot;file&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/jira-attachment-thumbnail&gt;&lt;/a&gt;&lt;/span&gt; &lt;/p&gt;

&lt;p&gt;Does the artifact have to be a single file (tar archive) or could it be the directory in browsable format, so you could go straight to the videos and screenshots without a download-and-unpack stage?&lt;/p&gt;</comment>
                                                            <comment id="199319" author="5bffed52a1b46046f530c8f7" created="Fri, 3 Jul 2020 13:28:14 +0000"  >&lt;p&gt;Anyway, I have made the change to the Cypress configuration, so that everything we need to save is in one place: &lt;tt&gt;ui-courses/cypress/artifacts&lt;/tt&gt;.&lt;/p&gt;</comment>
                                                            <comment id="199320" author="61cd0ca0bce5e00069e98be7" created="Fri, 3 Jul 2020 13:34:28 +0000"  >&lt;p&gt;This is applied to all UI module builds. So if a module has many tests (e.g. ui-users) then that would be unwieldy.&lt;/p&gt;</comment>
                                                            <comment id="199321" author="5bffed52a1b46046f530c8f7" created="Fri, 3 Jul 2020 13:42:03 +0000"  >&lt;p&gt;OK.&lt;/p&gt;</comment>
                                                            <comment id="199322" author="61cd0ca0bce5e00069e98be7" created="Sat, 4 Jul 2020 01:13:10 +0000"  >&lt;p&gt;Improved the tar archive stucture in &lt;a href=&quot;https://github.com/folio-org/jenkins-pipeline-libs/pull/88&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;jenkins-pipeline-libs/pull/88&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="199323" author="61cd0ca0bce5e00069e98be7" created="Sun, 5 Jul 2020 23:42:33 +0000"  >&lt;p&gt;Enabled a demonstration of the alternative view, for Jenkins to directly expose all Cypress artifacts.&lt;/p&gt;

&lt;p&gt;See branch &lt;a href=&quot;https://jenkins-aws.indexdata.com/job/folio-org/job/ui-courses/job/folio-2674-cypress-artifacts/7/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;build #7&lt;/a&gt; and the &lt;a href=&quot;https://jenkins-aws.indexdata.com/job/folio-org/job/ui-courses/job/folio-2674-cypress-artifacts/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;front page of that branch&lt;/a&gt; and the attached screenshot: build-7-20200704.png&lt;/p&gt;

&lt;p&gt;So if a UI module has many tests then the normal view is pushed a long way down the page.&lt;/p&gt;

&lt;p&gt;Unless someone (e.g. &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5f9abc1eb45b2e007453f423&quot; class=&quot;user-hover&quot; rel=&quot;5f9abc1eb45b2e007453f423&quot; data-account-id=&quot;5f9abc1eb45b2e007453f423&quot; accountid=&quot;5f9abc1eb45b2e007453f423&quot; rel=&quot;noreferrer&quot;&gt;John Malconian&lt;/a&gt; or &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5cd423bebc70090d6ce241b1&quot; class=&quot;user-hover&quot; rel=&quot;5cd423bebc70090d6ce241b1&quot; data-account-id=&quot;5cd423bebc70090d6ce241b1&quot; accountid=&quot;5cd423bebc70090d6ce241b1&quot; rel=&quot;noreferrer&quot;&gt;Ian Hardy&lt;/a&gt;) knows otherwise, then i gather that this is the normal behaviour &amp;#8211; to display each individual file, not a directory folder.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;64299_thumb&quot; href=&quot;/rest/api/3/attachment/content/64299&quot; title=&quot;build-7-20200704.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;64299&quot; file-preview-title=&quot;build-7-20200704.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64299?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64299&quot; filename=&quot;build-7-20200704.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64299&quot; data-attachment-name=&quot;build-7-20200704.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;ba8a9186-4e3e-409a-949f-a3df34c371af&quot; data-media-services-type=&quot;file&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/jira-attachment-thumbnail&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</comment>
                                                            <comment id="199324" author="5bffed52a1b46046f530c8f7" created="Mon, 6 Jul 2020 11:01:45 +0000"  >&lt;p&gt;Many thanks, David, this looks great!&lt;/p&gt;

&lt;p&gt;Let&apos;s go ahead and close this as complete.&lt;/p&gt;</comment>
                                                            <comment id="199325" author="5bffed52a1b46046f530c8f7" created="Tue, 7 Jul 2020 02:07:35 +0000"  >&lt;p&gt;Sorry &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=61cd0ca0bce5e00069e98be7&quot; class=&quot;user-hover&quot; rel=&quot;61cd0ca0bce5e00069e98be7&quot; data-account-id=&quot;61cd0ca0bce5e00069e98be7&quot; accountid=&quot;61cd0ca0bce5e00069e98be7&quot; rel=&quot;noreferrer&quot;&gt;David Crossley&lt;/a&gt;, maybe I am still not quite there on this. Does something need to be done to configure individual branches of &lt;tt&gt;ui-courses&lt;/tt&gt; to include the file-at-a-time listing of build artifacts as well as the single `cypress.tar.gz` bundle? Because while I see these individual-file links at the links you give above, I don&apos;t see them at &lt;tt&gt;master&lt;/tt&gt;-branch build pages like &lt;a href=&quot;https://jenkins-aws.indexdata.com/job/folio-org/job/ui-courses/job/master/234/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://jenkins-aws.indexdata.com/job/folio-org/job/ui-courses/job/master/234/&lt;/a&gt; or at the &lt;tt&gt;master&lt;/tt&gt;-branch summary page &lt;a href=&quot;https://jenkins-aws.indexdata.com/job/folio-org/job/ui-courses/job/master/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://jenkins-aws.indexdata.com/job/folio-org/job/ui-courses/job/master/&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="199326" author="61cd0ca0bce5e00069e98be7" created="Tue, 7 Jul 2020 04:44:46 +0000"  >&lt;p&gt;The current implementation is not listing the individual files. That was just a demonstration to show why listing every individual file would seriously clutter the Jenkins interface for a UI repository with lots of tests. (We are trying to plan ahead to the use of Cypress for other modules.)&lt;/p&gt;</comment>
                                                            <comment id="199327" author="61cd0ca0bce5e00069e98be7" created="Tue, 7 Jul 2020 04:52:58 +0000"  >&lt;p&gt;We need to address the concern of storing artifacts on the Jenkins server, especially when Cypress is utilised in more UI projects.&lt;/p&gt;

&lt;p&gt;Now artifacts are only stored when one of the tests fail.&lt;/p&gt;

&lt;p&gt;See &lt;a href=&quot;https://github.com/folio-org/jenkins-pipeline-libs/pull/89&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;jenkins-pipeline-libs/pull/89&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As before, at GitHub select the coloured checkmark of the most recent commit. If the tests fail then see the &quot;Artifacts&quot; tab in the top panel. Or go across to the &quot;Classic interface&quot; from that top-right panel. The tar archive is at the top of that page.&lt;/p&gt;</comment>
                                                            <comment id="199328" author="5bffed52a1b46046f530c8f7" created="Tue, 7 Jul 2020 09:53:24 +0000"  >&lt;blockquote&gt;&lt;p&gt;That was just a demonstration to show why listing every individual file would seriously clutter the Jenkins interface for a UI repository with lots of tests.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Oh! That&apos;s a real shame, it was super-helpful having the files right that!&lt;/p&gt;

&lt;p&gt;What if you &lt;em&gt;did&lt;/em&gt; list the files, but capped the list at (say) ten entries? Or even three?&lt;/p&gt;

&lt;p&gt;Storing artifacts only on failure is fine, BTW.&lt;/p&gt;</comment>
                                                            <comment id="199329" author="61cd0ca0bce5e00069e98be7" created="Tue, 7 Jul 2020 14:42:42 +0000"  >&lt;p&gt;The &quot;archiveArtifacts&quot; does not have that abilty. It can select the files based on an Apache Ant fileSet, but not to filter them any further.&lt;/p&gt;</comment>
                                                            <comment id="199330" author="5bffed52a1b46046f530c8f7" created="Tue, 7 Jul 2020 14:51:13 +0000"  >&lt;p&gt;So you&apos;re saying you can list &lt;em&gt;all&lt;/em&gt; the file, or &lt;em&gt;none&lt;/em&gt; of them, but that&apos;s it?&lt;/p&gt;</comment>
                                                            <comment id="199331" author="61cd0ca0bce5e00069e98be7" created="Wed, 8 Jul 2020 04:08:12 +0000"  >&lt;p&gt;Here is some documentation for &lt;a href=&quot;https://www.jenkins.io/doc/pipeline/steps/core/#archiveartifacts-archive-the-artifacts&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;archiveArtifacts&lt;/a&gt; which briefly explains, and also links to Apache Ant FileSet doc. So it can use a comma-separated list of filename patterns to be included. There is also an &quot;excludes&quot; option which can be applied in addition to the &quot;includes&quot; mask.&lt;/p&gt;

&lt;p&gt;There is no ability to further filter, e.g. to limit to a specific number of entries.&lt;/p&gt;

&lt;p&gt;I have created a demonstration &lt;a href=&quot;https://github.com/folio-org/ui-courses/tree/folio-2674-cypress-artifacts-expose&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;branch&lt;/a&gt; of ui-courses, which uses a demonstration &lt;a href=&quot;https://github.com/folio-org/jenkins-pipeline-libs/commit/a15d973c4408e932cd7abb3b5de0387130d5d400&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;branch&lt;/a&gt; of jenkins-pipeline-libs.&lt;/p&gt;

&lt;p&gt;The ui-courses branch deliberately evokes two test failures. I noticed that when such a failure happens, then Cypress generates screenshots. Their filename includes the term &quot;...(failed).png&quot;. So the demonstration Ant pattern being used is &quot;cypress/artifacts/&amp;#42;&amp;#42;/&amp;#42;(failed).png&quot; to select and expose only those particular files.&lt;/p&gt;

&lt;p&gt;Is the pattern &quot;*(failed).png&quot; reliable?&lt;/p&gt;

&lt;p&gt;Is just that set of archived files all that is needed?&lt;/p&gt;

&lt;p&gt;Is the &quot;cypress.tar.gz&quot; still needed?&lt;/p&gt;

&lt;p&gt;When a module such as ui-users (with many tests) uses Cypress, then this might flood Jenkins with failed screenshots.&lt;/p&gt;

&lt;p&gt;The demonstration:&lt;br/&gt;
&lt;a href=&quot;https://jenkins-aws.indexdata.com/job/folio-org/job/ui-courses/job/folio-2674-cypress-artifacts-expose/1/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://jenkins-aws.indexdata.com/job/folio-org/job/ui-courses/job/folio-2674-cypress-artifacts-expose/1/&lt;/a&gt;&lt;br/&gt;
and the attached screenshot of that:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;64300_thumb&quot; href=&quot;/rest/api/3/attachment/content/64300&quot; title=&quot;expose-build-1-20200708.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;64300&quot; file-preview-title=&quot;expose-build-1-20200708.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64300?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64300&quot; filename=&quot;expose-build-1-20200708.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64300&quot; data-attachment-name=&quot;expose-build-1-20200708.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;b7d3e2b4-34a6-49f8-a408-d630390415cb&quot; data-media-services-type=&quot;file&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/jira-attachment-thumbnail&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</comment>
                                                            <comment id="199332" author="61cd0ca0bce5e00069e98be7" created="Wed, 8 Jul 2020 15:16:30 +0000"  >&lt;p&gt;I went ahead and merged the branch referred to in the previous comment. See &lt;a href=&quot;https://github.com/folio-org/jenkins-pipeline-libs/pull/91&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;jenkins-pipeline-libs/pull/91&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;When there are failed tests, then it shows the Cypress screenshots for those, together with the cypress.tar.gz&lt;/p&gt;</comment>
                                                            <comment id="199333" author="5bffed52a1b46046f530c8f7" created="Thu, 9 Jul 2020 21:29:09 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=61cd0ca0bce5e00069e98be7&quot; class=&quot;user-hover&quot; rel=&quot;61cd0ca0bce5e00069e98be7&quot; data-account-id=&quot;61cd0ca0bce5e00069e98be7&quot; accountid=&quot;61cd0ca0bce5e00069e98be7&quot; rel=&quot;noreferrer&quot;&gt;David Crossley&lt;/a&gt; Sorry I rather lost track of this Jira, but I think everything is now working as intended and we can go ahead and close it.&lt;/p&gt;</comment>
                                                            <comment id="199334" author="61cd0ca0bce5e00069e98be7" created="Fri, 10 Jul 2020 02:15:50 +0000"  >&lt;p&gt;Okay. However do note the comments above, that screenshots and archives are only available for builds that have &quot;failed tests&quot;. The document in ui-courses needs adjustment.&lt;/p&gt;</comment>
                                                            <comment id="199335" author="5bffed52a1b46046f530c8f7" created="Fri, 10 Jul 2020 11:27:17 +0000"  >&lt;p&gt;Good point, thanks for the reminder. I&apos;ll make that change.&lt;/p&gt;</comment>
                                                            <comment id="199336" author="5bffed52a1b46046f530c8f7" created="Fri, 10 Jul 2020 11:42:56 +0000"  >&lt;p&gt;Done. &lt;a href=&quot;https://github.com/folio-org/ui-courses/blob/master/doc/testing-with-cypress.md#jenkins-integration&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/ui-courses/blob/master/doc/testing-with-cypress.md#jenkins-integration&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="199337" author="61cd0ca0bce5e00069e98be7" created="Mon, 13 Jul 2020 05:07:03 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bffed52a1b46046f530c8f7&quot; class=&quot;user-hover&quot; rel=&quot;5bffed52a1b46046f530c8f7&quot; data-account-id=&quot;5bffed52a1b46046f530c8f7&quot; accountid=&quot;5bffed52a1b46046f530c8f7&quot; rel=&quot;noreferrer&quot;&gt;Mike Taylor&lt;/a&gt; I did fine-tuning for Jenkins so that we can use the default Cypress configuration, with no need to declare special folders.&lt;/p&gt;

&lt;p&gt;(Done in &lt;a href=&quot;https://github.com/folio-org/jenkins-pipeline-libs/pull/93&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;jenkins-pipeline-libs/pull/93&lt;/a&gt; and 94, and in &lt;a href=&quot;https://github.com/folio-org/ui-courses/pull/69&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;ui-courses/pull/69&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;That section in the ui-courses/doc/testing-with-cypress.md#jenkins-integration can now be reduced.&lt;/p&gt;

&lt;p&gt;The demonstration there of failed tests does not need any modification, as it is still the same result.&lt;/p&gt;</comment>
                                                            <comment id="199338" author="5bffed52a1b46046f530c8f7" created="Mon, 13 Jul 2020 11:32:19 +0000"  >&lt;p&gt;Thanks, David &#8212; updated the document accordingly.&lt;br/&gt;
&lt;a href=&quot;https://github.com/folio-org/ui-courses/blob/master/doc/testing-with-cypress.md#jenkins-integration&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/ui-courses/blob/master/doc/testing-with-cypress.md#jenkins-integration&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="73146">UICR-21</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="64298" name="Screen Shot 2020-07-03 at 14.19.37.png" size="111208" author="5bffed52a1b46046f530c8f7" created="Fri, 3 Jul 2020 13:20:06 +0000"/>
                            <attachment id="64299" name="build-7-20200704.png" size="97021" author="61cd0ca0bce5e00069e98be7" created="Sun, 5 Jul 2020 23:33:37 +0000"/>
                            <attachment id="64300" name="expose-build-1-20200708.png" size="77772" author="61cd0ca0bce5e00069e98be7" created="Wed, 8 Jul 2020 03:53:56 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10057" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Development Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10155"><![CDATA[FOLIO DevOps]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i01dqf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1986">DevOps: sprint 92</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 2 Jul 2020 10:48:11 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10025" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>[CHART] Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>