Makefile: test-e2e-sqlite-firefox
This commit is contained in:
parent
2d3705bb81
commit
07d044a32c
2 changed files with 8 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue