Skip to content

Commit

Permalink
Restructure the file dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
yijie-yang committed Oct 11, 2024
1 parent 532ebf9 commit 3db2123
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/playwright_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@

LOCAL_SERVER = "http://127.0.0.1:8080//"
ROOT_DIR = Path(__file__).parent.parent
TEST_FILES_DIR = ROOT_DIR / "src/server/test"
TEST_FILES_DIR = ROOT_DIR / "test/test_models"
TMP_SCREENSHOT_DIR = ROOT_DIR / "build"
EXPECTED_SCREENSHOT_DIR = ROOT_DIR / "src/server/screenshots"
EXPECTED_SCREENSHOT_DIR = ROOT_DIR / "test/screenshots_golden/chrome-linux"


def matched_images(
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3db2123

Please sign in to comment.