Makefile: test-e2e-sqlite-firefox

This commit is contained in:
oliverpool 2024-04-09 16:49:05 +02:00
parent 2d3705bb81
commit 07d044a32c
2 changed files with 8 additions and 1 deletions

View file

@ -92,6 +92,9 @@ func TestE2e(t *testing.T) {
if _, set := os.LookupEnv("ACCEPT_VISUAL"); set {
runArgs = append(runArgs, "--update-snapshots")
}
if project := os.Getenv("PLAYWRIGHT_PROJECT"); project != "" {
runArgs = append(runArgs, "--project="+project)
}
// Create new test for each input file
for _, path := range paths {