Cypress: minimum entries check (#850)

This commit is contained in:
Adam Kol
2022-02-24 15:55:30 +02:00
committed by GitHub
parent 30a85a4b92
commit a54cb917d0
8 changed files with 11 additions and 22 deletions

View File

@@ -62,7 +62,7 @@ func TestTap(t *testing.T) {
}
}
runCypressTests(t, "npx cypress run --spec \"cypress/integration/tests/UiTest.js\"")
runCypressTests(t, fmt.Sprintf("npx cypress run --spec \"cypress/integration/tests/UiTest.js\" --env entriesCount=%d", entriesCount))
})
}
}