rancher / kubewarden-ui

Kubewarden's User Interface
Apache License 2.0
11 stars 13 forks source link

Bump playwright-qase-reporter from 1.2.2 to 2.0.0 in /tests #726

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps playwright-qase-reporter from 1.2.2 to 2.0.0.

Release notes

Sourced from playwright-qase-reporter's releases.

cypress-qase-reporter@2.0.0

What's new

This is the first release in the 2.x series of the Cypress reporter. It brings new and more flexible configs, uploading results in parallel with running tests, and other powerful features.

This changelog entry will be updated soon. For more information about the new features and a guide for migration from v1, refer to the reporter documentation

qase-javascript-commons@2.0.0

What's new

This is the first release version of the Qase JavaScript SDK. It is numbered 2.0.0 (and not 1.0.0) to match the release series of test reporters for Playwright, Cypress, Jest, and other frameworks.

Annotating test with field data

Tests can now be annotated with data for the system and custom fields in Qase. This feature is already implemented in the Playwright reporter:

test('Test with annotated fields', () => {
    qase.id(1);
    qase.fields({ 'severity': 'high', 'priority': 'medium' })
    // ...
});

Parametrized tests

Qase JavaScript SDK enables annotating tests with parameters, and passing parameter values to Qase. Parameterized tests can report to a single test case, but each parameter variation is registered as a standalone result, with its own run history.

Attachments from files and variables

Reporters can now upload attachments of various data types to Qase, both from files and from variables. It enables flexible and meticulous logging, such as collecting full HTTP request data, including URL, headers, and payload.

Uploading results in flexible batches, asynchronously

Test reporters can now upload results in batches, while tests are still running. It helps bring test results faster and enables acting on them long before the test run is complete.

Uniform configuration

... (truncated)

Commits
  • 0431cd9 [qaseio] Recreated client with all latest spec fixes (#162)
  • 34db22f Bump minimist from 1.2.5 to 1.2.6 in /qaseio (#153)
  • 8df49e8 Bump url-parse from 1.5.7 to 1.5.10 in /qase-cucumberjs/examples (#145)
  • 31be398 Bump minimist from 1.2.5 to 1.2.6 in /qase-jest (#158)
  • 86bc1de Bump minimist from 1.2.5 to 1.2.6 in /qase-jest/examples (#157)
  • 343e9c9 Bump url-parse from 1.5.3 to 1.5.7 in /qase-cucumberjs/examples (#144)
  • cf3c1cb Increase cypress timeout (#143)
  • a80b907 increase cypress reporter timeout (#142)
  • cb115d0 Bump follow-redirects from 1.14.7 to 1.14.8 in /qase-cypress (#138)
  • 324af04 Bump follow-redirects from 1.14.7 to 1.14.8 in /qase-cucumberjs (#140)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)