diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 42c2a3e5..d673dd25 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -30,17 +30,9 @@ jobs: - name: Run Edge Robot Tests uses: nick-fields/retry@v3.0.0 with: - timeout_minutes: 15 + timeout_minutes: 10 max_attempts: 10 command: robot -i Edge --output reports/outputEdge.xml test - new_command_on_retry: sleep 30; robot --rerunfailed "reports/outputEdge.xml" -i Edge --output reports/outputEdge.xml test - - - name: Upload test results - uses: actions/upload-artifact@v3 - if: always() - with: - name: reportsEdge${{ matrix.python-version }} - path: reports run-tests-chrome: runs-on: ubuntu-latest @@ -68,21 +60,11 @@ jobs: - name: Run Chrome Robot Tests uses: nick-fields/retry@v3.0.0 with: - timeout_minutes: 15 + timeout_minutes: 10 max_attempts: 10 command: | ${{ matrix.set_display }} robot -e BrokenORWindowsOREdge --output reports/outputChrome.xml test - new_command_on_retry: | - ${{ matrix.set_display }} - robot --rerunfailed "reports/outputChrome.xml" -e BrokenORWindowsOREdge --output reports/outputChrome.xml test - - - name: Upload test results - uses: actions/upload-artifact@v3 - if: always() - with: - name: reportsChrome${{ matrix.python-version }} - path: reports run-tests-unit: runs-on: ubuntu-latest @@ -114,36 +96,3 @@ jobs: parallel: true run: | coveralls --service=github - - generate_report: - permissions: - actions: write - issues: write - discussions: write - pull-requests: write - if: always() - needs: [run-tests-chrome, run-tests-edge] - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Download reportsChrome - uses: actions/download-artifact@v3 - with: - name: reportsChrome - path: reports - - name: Download reportsEdge - uses: actions/download-artifact@v3 - with: - name: reportsEdge - path: reports - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install robotframework - - name: combine reports - run: rebot -o reports/output.xml reports/*.xml - - name: Send report to commit - uses: joonvena/robotframework-reporter-action@v2.4 - with: - gh_access_token: ${{ secrets.GITHUB_TOKEN }} - show_passed_tests: false diff --git a/docs/APILibraryDocumentation.html b/docs/APILibraryDocumentation.html index e5ce5ac1..e91f876a 100644 --- a/docs/APILibraryDocumentation.html +++ b/docs/APILibraryDocumentation.html @@ -1191,7 +1191,7 @@ jQuery.extend({highlight:function(e,t,n,r){if(e.nodeType===3){var i=e.data.match(t);if(i){var s=document.createElement(n||"span");s.className=r||"highlight";var o=e.splitText(i.index);o.splitText(i[0].length);var u=o.cloneNode(true);s.appendChild(u);o.parentNode.replaceChild(s,o);return 1}}else if(e.nodeType===1&&e.childNodes&&!/(script|style)/i.test(e.tagName)&&!(e.tagName===n.toUpperCase()&&e.className===r)){for(var a=0;a diff --git a/docs/GUILibraryDocumentation.html b/docs/GUILibraryDocumentation.html index 05a07e3b..7cf38432 100644 --- a/docs/GUILibraryDocumentation.html +++ b/docs/GUILibraryDocumentation.html @@ -1191,7 +1191,7 @@ jQuery.extend({highlight:function(e,t,n,r){if(e.nodeType===3){var i=e.data.match(t);if(i){var s=document.createElement(n||"span");s.className=r||"highlight";var o=e.splitText(i.index);o.splitText(i[0].length);var u=o.cloneNode(true);s.appendChild(u);o.parentNode.replaceChild(s,o);return 1}}else if(e.nodeType===1&&e.childNodes&&!/(script|style)/i.test(e.tagName)&&!(e.tagName===n.toUpperCase()&&e.className===r)){for(var a=0;a diff --git a/docs/SOAPLibraryDocumentation.html b/docs/SOAPLibraryDocumentation.html index e1432f9b..f4c372ed 100644 --- a/docs/SOAPLibraryDocumentation.html +++ b/docs/SOAPLibraryDocumentation.html @@ -1191,7 +1191,7 @@ jQuery.extend({highlight:function(e,t,n,r){if(e.nodeType===3){var i=e.data.match(t);if(i){var s=document.createElement(n||"span");s.className=r||"highlight";var o=e.splitText(i.index);o.splitText(i[0].length);var u=o.cloneNode(true);s.appendChild(u);o.parentNode.replaceChild(s,o);return 1}}else if(e.nodeType===1&&e.childNodes&&!/(script|style)/i.test(e.tagName)&&!(e.tagName===n.toUpperCase()&&e.className===r)){for(var a=0;a