Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency monocart-reporter to v2.9.13 #8852

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 31, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
monocart-reporter 2.4.5 -> 2.9.13 age adoption passing confidence

Release Notes

cenfun/monocart-reporter (monocart-reporter)

v2.9.13

Compare Source

v2.9.12

Compare Source

v2.9.11

Compare Source

v2.9.10

Compare Source

v2.9.9

Compare Source

v2.9.8

Compare Source

v2.9.7

Compare Source

v2.9.6

Compare Source

v2.9.5

Compare Source

v2.9.4

Compare Source

v2.9.3

Compare Source

v2.9.2

Compare Source

v2.9.1

Compare Source

v2.9.0

Compare Source

What's Changed

  • added zip option for merging reports
  • added durationStrategy option for merging reports

Full Changelog: cenfun/monocart-reporter@2.8.4...2.9.0

v2.8.4

Compare Source

v2.8.3

Compare Source

v2.8.2

Compare Source

v2.8.1

Compare Source

v2.8.0

Compare Source

What's Changed

  • (New Feature) added new merge command for CLI: npx monocart merge path-to/*/*.json (#​142)
  • added onData hook (#​141)
  • better support for playwright multiple reports generation:
    • added new option copyAttachments to copy attachments for reporter (#​143)
    • updated default outputFile to ./monocart-report/index.html from ./test-results/report.html

Full Changelog: cenfun/monocart-reporter@2.7.1...2.8.0

v2.7.1

Compare Source

v2.7.0

Compare Source

What's Changed

  • improved the merge API (#​139)
    • supports coping and merging attachments
    • supports merging coverage reports
  • added Side by side and Slider tab for visual comparisons (#​140)
  • fixed mermaid supports loading local dist file with scriptSrc=null
  • fixed expected image path

image

Full Changelog: cenfun/monocart-reporter@2.6.5...2.7.0

v2.6.5

Compare Source

v2.6.4

Compare Source

v2.6.3

Compare Source

v2.6.2

Compare Source

v2.6.1

Compare Source

v2.6.0

Compare Source

What's Changed

  • added new API setMetadata(data, testInfo) for data driven tests (#​132)
Custom Fields with setMetadata()

Using API setMetadata() can be applicable to dynamically created tests

const { test } = require('@​playwright/test');
const { setMetadata } = require('monocart-reporter');
test.describe('Data Driven Tests with setMetadata(data, testInfo)', () => {
    const list = [{
        title: 'Example Case 1 Data Driven Test',
        owner: 'Jensen',
        jira: 'MCR-16889',
    }, {
        title: 'Example Case 2 Data Driven Test',
        owner: 'Mark',
        jira: 'MCR-16899'
    }];
    list.forEach((item, i) => {
        test(item.title, () => {

            setMetadata({
                owner: item.owner,
                jira: item.jira
            }, test.info());

            //expect(1).toBe(1);

        });
    });
});

Full Changelog: cenfun/monocart-reporter@2.5.2...2.6.0

v2.5.2

Compare Source

v2.5.1

Compare Source

v2.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: cenfun/monocart-reporter@2.4.9...2.5.0

v2.4.9

Compare Source

v2.4.8

Compare Source

v2.4.7

Compare Source

v2.4.6

Compare Source


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies use for pull requests that update a dependency file filigran team use to identify PR from the Filigran team labels Oct 31, 2024
Copy link

codecov bot commented Oct 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.15%. Comparing base (343e8b6) to head (2da09fe).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8852   +/-   ##
=======================================
  Coverage   65.15%   65.15%           
=======================================
  Files         630      630           
  Lines       60110    60110           
  Branches     6701     6698    -3     
=======================================
  Hits        39162    39162           
  Misses      20948    20948           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/monocart-reporter-2.x branch from fa9b66c to 4487266 Compare November 4, 2024 13:14
@renovate renovate bot changed the title Update dependency monocart-reporter to v2.9.7 Update dependency monocart-reporter to v2.9.8 Nov 4, 2024
@renovate renovate bot force-pushed the renovate/monocart-reporter-2.x branch from 4487266 to 1683730 Compare November 7, 2024 14:50
@renovate renovate bot changed the title Update dependency monocart-reporter to v2.9.8 Update dependency monocart-reporter to v2.9.9 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/monocart-reporter-2.x branch from 1683730 to 9ae0803 Compare November 10, 2024 07:52
@renovate renovate bot changed the title Update dependency monocart-reporter to v2.9.9 Update dependency monocart-reporter to v2.9.10 Nov 10, 2024
@renovate renovate bot force-pushed the renovate/monocart-reporter-2.x branch 2 times, most recently from 10bb034 to ffb4a6f Compare November 15, 2024 10:06
@renovate renovate bot force-pushed the renovate/monocart-reporter-2.x branch from ffb4a6f to a1ec3b4 Compare November 23, 2024 01:56
@renovate renovate bot changed the title Update dependency monocart-reporter to v2.9.10 Update dependency monocart-reporter to v2.9.11 Nov 23, 2024
@renovate renovate bot force-pushed the renovate/monocart-reporter-2.x branch from a1ec3b4 to 119697d Compare November 29, 2024 15:43
@renovate renovate bot force-pushed the renovate/monocart-reporter-2.x branch from 119697d to 30af1f6 Compare December 7, 2024 04:47
@renovate renovate bot changed the title Update dependency monocart-reporter to v2.9.11 Update dependency monocart-reporter to v2.9.12 Dec 7, 2024
@renovate renovate bot force-pushed the renovate/monocart-reporter-2.x branch 2 times, most recently from 55af4b8 to daa5e5f Compare December 20, 2024 21:09
@renovate renovate bot force-pushed the renovate/monocart-reporter-2.x branch from daa5e5f to 2da09fe Compare January 8, 2025 22:06
@renovate renovate bot changed the title Update dependency monocart-reporter to v2.9.12 Update dependency monocart-reporter to v2.9.13 Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies use for pull requests that update a dependency file filigran team use to identify PR from the Filigran team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants