Skip to content

Comments

Test reporting 3.20#5417

Closed
szczecha wants to merge 3 commits into3.20from
qa-300-extend-reporting-320
Closed

Test reporting 3.20#5417
szczecha wants to merge 3 commits into3.20from
qa-300-extend-reporting-320

Conversation

@szczecha
Copy link
Member

Scope of the change

I needed to add https://github.com/ctrf-io/playwright-ctrf-json-reporter to 3.20 because I want to enable flaky tests reporting also on releases #5410

I also change the overlooked test tags.

@changeset-bot
Copy link

changeset-bot bot commented Feb 17, 2025

🦋 Changeset detected

Latest commit: c017caa

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
saleor-dashboard Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@szczecha szczecha added the run pw-e2e Run e2e (basic suite from PR automation) label Feb 17, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Feb 17, 2025

Differences Found

✅ No packages or licenses were added.

Summary

Expand
License Name Package Count Packages
0BSD 1
Packages
  • tslib
BlueOak-1.0.0 1
Packages
  • path-scurry
CC0-1.0 1
Packages
  • type-fest
MIT/X11 1
Packages
  • nub
MPL-1.1 1
Packages
  • harmony-reflect
MPL-2.0 1
Packages
  • dompurify
Public Domain 1
Packages
  • jsonify
Python-2.0 1
Packages
  • argparse
WTFPL 1
Packages
  • opener
CC-BY-4.0 2
Packages
  • @saleor/macaw-ui
  • caniuse-lite
<<missing>> 3
Packages
  • busboy
  • saleor-dashboard
  • streamsearch
BSD-2-Clause 24
Packages
  • @typescript-eslint/parser
  • @typescript-eslint/typescript-estree
  • browser-process-hrtime
  • css-select
  • css-what
  • domelementtype
  • domhandler
  • domutils
  • dotenv
  • dotenv-expand
  • entities
  • escodegen
  • eslint-scope
  • espree
  • esprima
  • esrecurse
  • estraverse
  • esutils
  • nth-check
  • stringify-object
  • And 4 more...
BSD-3-Clause 45
Packages
  • @humanwhocodes/object-schema
  • @sentry/cli
  • @sentry/cli-darwin
  • @sentry/cli-linux-arm
  • @sentry/cli-linux-arm64
  • @sentry/cli-linux-i686
  • @sentry/cli-linux-x64
  • @sentry/cli-win32-i686
  • @sentry/cli-win32-x64
  • @sinonjs/commons
  • @sinonjs/fake-timers
  • abab
  • asn1js
  • babel-plugin-istanbul
  • charenc
  • chroma-js
  • crypt
  • diff
  • esquery
  • exenv
  • And 25 more...
Apache-2.0 46
Packages
  • @ampproject/remapping
  • @editorjs/editorjs
  • @humanwhocodes/config-array
  • @humanwhocodes/module-importer
  • @opentelemetry/api
  • @opentelemetry/semantic-conventions
  • @playwright/test
  • @swc/core
  • @swc/core-darwin-arm64
  • @swc/core-darwin-x64
  • @swc/core-linux-arm-gnueabihf
  • @swc/core-linux-arm64-gnu
  • @swc/core-linux-arm64-musl
  • @swc/core-linux-x64-gnu
  • @swc/core-linux-x64-musl
  • @swc/core-win32-arm64-msvc
  • @swc/core-win32-ia32-msvc
  • @swc/core-win32-x64-msvc
  • @swc/counter
  • aria-query
  • And 26 more...
ISC 50
Packages
  • @esbuild-plugins/node-globals-polyfill
  • @istanbuljs/load-nyc-config
  • @saleor/app-sdk
  • anymatch
  • boolbase
  • browser-stdout
  • cli-width
  • cliui
  • electron-to-chromium
  • fastq
  • flatted
  • fs.realpath
  • get-caller-file
  • get-own-enumerable-property-symbols
  • glob
  • glob-parent
  • graceful-fs
  • inflight
  • inherits
  • ini
  • And 30 more...
MIT 1124
Packages
  • @adobe/css-tools
  • @apollo/client
  • @ardatan/relay-compiler
  • @ardatan/sync-fetch
  • @babel/code-frame
  • @babel/compat-data
  • @babel/core
  • @babel/generator
  • @babel/helper-annotate-as-pure
  • @babel/helper-compilation-targets
  • @babel/helper-create-class-features-plugin
  • @babel/helper-member-expression-to-functions
  • @babel/helper-module-imports
  • @babel/helper-module-transforms
  • @babel/helper-optimise-call-expression
  • @babel/helper-plugin-utils
  • @babel/helper-replace-supers
  • @babel/helper-simple-access
  • @babel/helper-skip-transparent-expression-wrappers
  • @babel/helper-string-parser
  • And 1104 more...

@github-actions github-actions bot temporarily deployed to pr-5417 February 17, 2025 15:35 Destroyed
@szczecha szczecha marked this pull request as ready for review February 17, 2025 15:49
@szczecha szczecha requested review from a team and removed request for a team February 17, 2025 15:49
@szczecha szczecha force-pushed the qa-300-extend-reporting-320 branch from 7c5beec to 9a51017 Compare February 18, 2025 08:25
@github-actions github-actions bot temporarily deployed to pr-5417 February 18, 2025 08:27 Destroyed
@szczecha szczecha self-assigned this Feb 18, 2025
@szczecha szczecha force-pushed the qa-300-extend-reporting-320 branch from 9a51017 to 3046154 Compare February 18, 2025 15:18
@codecov
Copy link

codecov bot commented Feb 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.72%. Comparing base (3232550) to head (c017caa).
Report is 1 commits behind head on 3.20.

Additional details and impacted files
@@           Coverage Diff            @@
##             3.20    #5417    +/-   ##
========================================
  Coverage   61.72%   61.72%            
========================================
  Files        1251     1251            
  Lines       21780    21780            
  Branches     4558     4320   -238     
========================================
  Hits        13444    13444            
- Misses       7784     8299   +515     
+ Partials      552       37   -515     

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

@szczecha szczecha force-pushed the qa-300-extend-reporting-320 branch from af1e856 to c017caa Compare February 18, 2025 15:41
@szczecha szczecha closed this Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

run pw-e2e Run e2e (basic suite from PR automation)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant