Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Added ExclusionStrategy to be used when serializing command reports. #22

Closed
wants to merge 2 commits into from
Closed

Commits on Aug 7, 2020

  1. reports: use ExclusionStrategy when serializing command reports.

    This exclusion strategy makes sure to skip serialization of any classes implementing the WebDriver interface.
    Since this object is redundant when reporting command parameters and doesn’t pass serialization - we exclude it.
    See google/gson#1540 for more details on the serialization problem. (edited)
    
    Signed-off-by: Gil Eliyahu <gil.eliyahu@testproject.io>
    gil-testproject committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    c35d5b3 View commit details
    Browse the repository at this point in the history
  2. Handle report serialization exception and return gracefully back to e…

    …xecution.
    
    Signed-off-by: Gil Eliyahu <gil.eliyahu@testproject.io>
    gil-testproject committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    4e04b44 View commit details
    Browse the repository at this point in the history