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

test_runner: mark snapshot testing as stable #55897

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

cjihrig
Copy link
Contributor

@cjihrig cjihrig commented Nov 17, 2024

This commit marks the test runner's snapshot testing API as stable.

Snapshot testing has been available for over 5 months. There are no open issues related to it.

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/test_runner

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem. labels Nov 17, 2024
Copy link

codecov bot commented Nov 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.43%. Comparing base (1618463) to head (78b974b).
Report is 13 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #55897      +/-   ##
==========================================
+ Coverage   87.93%   88.43%   +0.50%     
==========================================
  Files         654      654              
  Lines      187860   187853       -7     
  Branches    35840    36147     +307     
==========================================
+ Hits       165196   166131     +935     
+ Misses      15863    14973     -890     
+ Partials     6801     6749      -52     
Files with missing lines Coverage Δ
lib/internal/test_runner/test.js 96.97% <100.00%> (-0.01%) ⬇️
lib/test.js 100.00% <100.00%> (ø)
src/node_options.cc 87.46% <100.00%> (ø)
src/node_options.h 98.26% <ø> (-0.01%) ⬇️

... and 98 files with indirect coverage changes

---- 🚨 Try these New Features:

doc/api/cli.md Outdated Show resolved Hide resolved
This commit marks the test runner's snapshot testing API as
stable.
Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@cjihrig cjihrig added the request-ci Add this label to start a Jenkins CI on a PR. label Nov 18, 2024
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 18, 2024
@nodejs-github-bot
Copy link
Collaborator

nodejs-github-bot commented Nov 18, 2024

@cjihrig cjihrig added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. and removed needs-ci PRs that need a full CI run. labels Nov 18, 2024
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 19, 2024
@nodejs-github-bot nodejs-github-bot merged commit c921676 into nodejs:main Nov 19, 2024
63 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in c921676

@cjihrig cjihrig deleted the test-snapshots branch November 19, 2024 17:47
tpoisseau pushed a commit to tpoisseau/node that referenced this pull request Nov 21, 2024
This commit marks the test runner's snapshot testing API as
stable.

PR-URL: nodejs#55897
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Ceres6 pushed a commit to Ceres6/node that referenced this pull request Nov 26, 2024
This commit marks the test runner's snapshot testing API as
stable.

PR-URL: nodejs#55897
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
aduh95 pushed a commit that referenced this pull request Nov 26, 2024
This commit marks the test runner's snapshot testing API as
stable.

PR-URL: #55897
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. test_runner Issues and PRs related to the test runner subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants