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: getgauge/taiko
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.1128.0.6597.0
Choose a base ref
...
head repository: getgauge/taiko
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 202 files changed
  • 2 contributors

Commits on Jul 17, 2024

  1. Upgrade/remove dependencies (#2734)

    Signed-off-by: Zabil Cheriya Maliackal <[email protected]>
    zabil authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    bdcd544 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Biome migration (#2736)

    - Fix formatting issues
    - Use string templates
    - Use for of loops wherever possible instead of for each
    - Remove parameter re-assignment
    - Prefix "node:" for system imports
    
    ---------
    
    Signed-off-by: Zabil Cheriya Maliackal <[email protected]>
    zabil authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    0016486 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Linting and formatting fixes for test files (#2739)

    * Fix type issues
    * Remove for each loops
    * Fix no assignment in expression
    * Ignore testing delete rules
    * Strongly type paramaters
    
    ---------
    
    Signed-off-by: Zabil Cheriya Maliackal <[email protected]>
    zabil authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    052d9ca View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. Upgrade chromium to 133 (#2744)

    * Upgrade chromium
    * Fix formatting issues
    * Artifact version
    
    Signed-off-by: Zabil Cheriya Maliackal <[email protected]>
    zabil authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    6645c6d View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. Update click.js for relative selectors (#2747)

    * Update click.js for relative selectors
    
    If a Relative Selector is passed in as the third argument inside of click(), it doesn't actually make it down to waitAndGetActionableElement.
    
     We found that `await click(element, options, within(withinElement))`  doesn't search in the "within" element
    
    Signed-off-by: DCoomer <[email protected]>
    
    * Updated Unit Test for #2747
    
    Signed-off-by: DCoomer <[email protected]>
    
    * Updated Unit Test Formatting for #2747
    
    Signed-off-by: DCoomer <[email protected]>
    
    * Updated Unit Test Formatting for #2747
    
    Signed-off-by: DCoomer <[email protected]>
    
    * Updated Unit Test HTML  and formatting for #2747
    
    Signed-off-by: DCoomer <[email protected]>
    
    ---------
    
    Signed-off-by: DCoomer <[email protected]>
    Signed-off-by: DCoomer <[email protected]>
    DCoomer authored Jan 2, 2025
    2 Configuration menu
    Copy the full SHA
    da6cb92 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2025

  1. Bump Version for 2747 (#2748)

    * Update click.js for relative selectors
    
    If a Relative Selector is passed in as the third argument inside of click(), it doesn't actually make it down to waitAndGetActionableElement.
    
     We found that `await click(element, options, within(withinElement))`  doesn't search in the "within" element
    
    Signed-off-by: DCoomer <[email protected]>
    
    * Updated Unit Test for #2747
    
    Signed-off-by: DCoomer <[email protected]>
    
    * Updated Unit Test Formatting for #2747
    
    Signed-off-by: DCoomer <[email protected]>
    
    * Updated Unit Test Formatting for #2747
    
    Signed-off-by: DCoomer <[email protected]>
    
    * Updated Unit Test HTML  and formatting for #2747
    
    Signed-off-by: DCoomer <[email protected]>
    
    * Bump Version for 2747
    Signed-off-by: DCoomer <[email protected]>
    
    * Bump Version for 2747
    Signed-off-by: DCoomer <[email protected]>
    
    ---------
    
    Signed-off-by: DCoomer <[email protected]>
    Signed-off-by: DCoomer <[email protected]>
    DCoomer authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    bf4ac27 View commit details
    Browse the repository at this point in the history
Loading