Jon Roosevelt
Jon Roosevelt
add support for `application/json` requests
__Input:__ ```scala val df1 = spark.read.parquet("/PATH/datasetA").limit(10) val df2 = spark.read.parquet("/PATH/datasetA").limit(10) ``` __Step:__ ```scala assertLargeDatasetEquality(df1, df2, orderedComparison = false) ``` __Expected Result:__ - Result should be `True` __Actual Result:__ - Result...
- Added Playwright installation to the Dockerfile. - Updated requirements.txt to include Playwright version 1.52.0. --- ## Summary by mrge Added Playwright to the Dockerfile and requirements.txt so browser automation...