From ffe5681bb943d4b8a5b527fdbbd098aa482961f6 Mon Sep 17 00:00:00 2001 From: Karan Gathani Date: Thu, 21 Aug 2025 15:03:19 -0700 Subject: [PATCH] Update Playwright test path in Makefile Changed the TEST_FILE path for Playwright tests in the narwhals-test-integration target to point to the test that tests shiny integration with various data processing libraries --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 35e9646a1..ea830e17e 100644 --- a/Makefile +++ b/Makefile @@ -260,4 +260,4 @@ narwhals-test-integration: FORCE @echo "-------- Running py-shiny format, lint, typing, and unit tests ----------" $(MAKE) check @echo "-------- Running py-shiny playwright tests ----------" - $(MAKE) playwright TEST_FILE="tests/playwright/shiny/components/data_frame" PYTEST_BROWSERS="--browser chromium" + $(MAKE) playwright TEST_FILE="tests/playwright/shiny/components/data_frame/data_type/" PYTEST_BROWSERS="--browser chromium"