Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codeceptjs/CodeceptJS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f55a991
Choose a base ref
...
head repository: codeceptjs/CodeceptJS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 59a5344
Choose a head ref
  • 9 commits
  • 16 files changed
  • 7 contributors

Commits on Oct 31, 2025

  1. Configuration menu
    Copy the full SHA
    32d37f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. Configuration menu
    Copy the full SHA
    5ac9fb5 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. Use own implementation of shuffle to remve lodash.shuffle dependency (#…

    …5301)
    
    * Use own implementation of shuffle to remve lodash.shuffle dependency
    
    * Cleanup code
    
    * After review
    thomashohn authored Nov 14, 2025
    Configuration menu
    Copy the full SHA
    f052b1a View commit details
    Browse the repository at this point in the history
  2. Update some outdated dependencies (#5303)

    * Update some outdated deprendencies
    
    * Stay om 1.55.1 of playwright
    thomashohn authored Nov 14, 2025
    Configuration menu
    Copy the full SHA
    f217ab8 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. Configuration menu
    Copy the full SHA
    25c401f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a1e9b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. Fix html reporter not handling edgeInfo properly (#5327)

    * Initial plan
    
    * Fix HTML reporter to handle nested arrays in system info
    
    - Updated escapeHtml() to handle non-string inputs including arrays and nested arrays
    - Arrays are flattened and joined with commas before HTML escaping
    - Added documentation to generateSystemInfoHtml() for clarity
    - Added comprehensive unit tests for escapeHtml functionality
    - Verified fix handles the exact issue case: edgeInfo with nested array
    
    Co-authored-by: kobenguyent <7845001+kobenguyent@users.noreply.github.com>
    
    * Improve escapeHtml with recursive array flattening and DRY tests
    
    - Refactored escapeHtml to use recursive flattening for deeply nested arrays
    - Removed duplicate helper functions from test file (DRY principle)
    - All 15 unit tests pass successfully
    - Verified deep nesting support (e.g., [['Level2', ['Level3']]])
    
    Co-authored-by: kobenguyent <7845001+kobenguyent@users.noreply.github.com>
    
    * Add depth limit to recursive flattening for safety
    
    - Added maxDepth parameter (default: 100) to prevent stack overflow
    - Returns string representation if depth limit reached
    - Maintains full functionality for normal use cases
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: kobenguyent <7845001+kobenguyent@users.noreply.github.com>
    Copilot and kobenguyent authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    5f1269b View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2025

  1. Configuration menu
    Copy the full SHA
    f12dee4 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. Configuration menu
    Copy the full SHA
    59a5344 View commit details
    Browse the repository at this point in the history
Loading