mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-13 19:02:15 +01:00
feat: add tests tags
This commit is contained in:
committed by
Julien Neuhart
parent
d5a58cfcb5
commit
f4d3fba306
@@ -19,6 +19,7 @@ func TestMain(m *testing.M) {
|
||||
version := flag.String("gotenberg-version", "", "")
|
||||
platform := flag.String("gotenberg-container-platform", "", "")
|
||||
noConcurrency := flag.Bool("no-concurrency", false, "")
|
||||
tags := flag.String("tags", "", "")
|
||||
flag.Parse()
|
||||
|
||||
if *platform == "" {
|
||||
@@ -47,6 +48,7 @@ func TestMain(m *testing.M) {
|
||||
Paths: []string{"features"},
|
||||
Output: colors.Colored(os.Stdout),
|
||||
Concurrency: concurrency,
|
||||
Tags: *tags,
|
||||
},
|
||||
}.Run()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user