From 3a142b33fbed3634c174ad1421486cf1730a3d02 Mon Sep 17 00:00:00 2001 From: "taeyoung.hong" Date: Mon, 20 Jan 2025 20:18:25 +0900 Subject: [PATCH] WRR-14491: Update ui-test-utils to support Limestone --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b3fe3110..3baa84df 100644 --- a/README.md +++ b/README.md @@ -245,22 +245,22 @@ http://localhost:3000/VirtualList-View/ ### Viewing screenshot tests in the browser -Navigate to a URL using the component name and test case number. Change 'Sandstone-View' to the name of the view appropriate for your library. +Navigate to a URL using the component name and test case number. Change 'Limestone-View' to the name of the view appropriate for your library. An index page will be served when no component is specified. Select a test from the list to open it. ```none -localhost:3000/Sandstone-View/ +localhost:3000/Limestone-View/ ``` You can go directly to a test by specifying the component name and test ID number: ```none -localhost:3000/Sandstone-View/?component=&testId= +localhost:3000/Limestone-View/?component=&testId= ``` Example: ```none -localhost:3000/Sandstone-View/?component=RadioItem&testId=10 +localhost:3000/Limestone-View/?component=RadioItem&testId=10 ```