From 040f3be8ec1d16fcc8c4b2b9a4cf21cd239f6f15 Mon Sep 17 00:00:00 2001 From: Jamie Rolfs Date: Fri, 23 Sep 2022 00:20:45 -0700 Subject: [PATCH] build: add package script for running just locator tests --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e8a26c3..c7fa621 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "test:legacy": "run-s build:testing-library test:standalone test:fixture:legacy", "test:fixture": "playwright test", "test:fixture:legacy": "playwright test test/fixture/element-handles.test.ts", + "test:fixture:locator": "playwright test test/fixture/locators.test.ts", "test:standalone": "hover-scripts test --no-watch", "test:types": "tsc --noEmit" },