Skip to content

Commit ffe5681

Browse files
committed
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
1 parent 62c109e commit ffe5681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,4 +260,4 @@ narwhals-test-integration: FORCE
260260
@echo "-------- Running py-shiny format, lint, typing, and unit tests ----------"
261261
$(MAKE) check
262262
@echo "-------- Running py-shiny playwright tests ----------"
263-
$(MAKE) playwright TEST_FILE="tests/playwright/shiny/components/data_frame" PYTEST_BROWSERS="--browser chromium"
263+
$(MAKE) playwright TEST_FILE="tests/playwright/shiny/components/data_frame/data_type/" PYTEST_BROWSERS="--browser chromium"

0 commit comments

Comments
 (0)