Skip to content

Add searching, filtering and sorting test in Datatable #1146

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

Merged
merged 3 commits into from
Apr 23, 2025
Merged

Conversation

BenjaminCharmes
Copy link
Contributor

Closes #1139

I may have missed some things to test, so don't hesitate to tell me and I'll add them!

Copy link

codecov bot commented Apr 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.35%. Comparing base (b7f7bcc) to head (36790d5).
Report is 95 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1146   +/-   ##
=======================================
  Coverage   71.35%   71.35%           
=======================================
  Files          63       63           
  Lines        4151     4151           
=======================================
  Hits         2962     2962           
  Misses       1189     1189           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link

cypress bot commented Apr 23, 2025

datalab    Run #3175

Run Properties:  status check passed Passed #3175  •  git commit 3c6e79a97e ℹ️: Merge 36790d55b7fa77fa4cece158333e7e66015baf36 into b7f7bcc342e961f51259c93565ab...
Project datalab
Branch Review bc/tests-datatable
Run status status check passed Passed #3175
Run duration 08m 16s
Commit git commit 3c6e79a97e ℹ️: Merge 36790d55b7fa77fa4cece158333e7e66015baf36 into b7f7bcc342e961f51259c93565ab...
Committer Ben Charmes
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 498
View all changes introduced in this branch ↗︎

@ml-evs ml-evs marked this pull request as ready for review April 23, 2025 19:55
Copy link
Member

@ml-evs ml-evs left a comment

Choose a reason for hiding this comment

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

Looks really good, thanks @BenjaminCharmes -- will see if this fixes my local issues too!

@ml-evs ml-evs enabled auto-merge (squash) April 23, 2025 19:59
@ml-evs ml-evs added the testing For issues/PRs that change how the package is tested label Apr 23, 2025
@ml-evs ml-evs force-pushed the bc/tests-datatable branch from b38756b to 36790d5 Compare April 23, 2025 20:25
@ml-evs ml-evs merged commit 7322cd8 into main Apr 23, 2025
17 checks passed
@ml-evs ml-evs deleted the bc/tests-datatable branch April 23, 2025 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing For issues/PRs that change how the package is tested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing tests for searching, filtering and sorting in the data table
2 participants