Skip to content

Commit

Permalink
Run only debug feature
Browse files Browse the repository at this point in the history
  • Loading branch information
grgprarup committed Jun 6, 2023
1 parent b560300 commit fbab32f
Show file tree
Hide file tree
Showing 2 changed files with 302 additions and 319 deletions.
21 changes: 2 additions & 19 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -70,26 +70,11 @@ config = {
],
"pnpmlint": True,
"e2e": {
"oC10": {
"db": "mysql:5.5",
"earlyFail": True,
"skip": False,
"featurePaths": [
"tests/e2e/cucumber/**/*[!.ocis].feature",
],
},
"oCIS-1": {
"earlyFail": True,
"skip": False,
"featurePaths": [
"tests/e2e/cucumber/features/{smoke,journeys}/*[!.oc10].feature",
],
},
"oCIS-2": {
"earlyFail": True,
"skip": False,
"featurePaths": [
"tests/e2e/cucumber/features/smoke/{spaces,admin-settings}/*[!.oc10].feature",
"tests/e2e/cucumber/features/debug.feature",
],
},
},
Expand Down Expand Up @@ -773,10 +758,8 @@ def beforePipelines(ctx):
pipelinesDependsOn(pnpmlint(ctx), pnpmCache(ctx))

def stagePipelines(ctx):
unit_test_pipelines = unitTests(ctx)
e2e_pipelines = e2eTests(ctx)
acceptance_pipelines = acceptance(ctx)
return unit_test_pipelines + pipelinesDependsOn(e2e_pipelines + acceptance_pipelines, unit_test_pipelines)
return e2e_pipelines

def afterPipelines(ctx):
return build(ctx) + pipelinesDependsOn(notify(), build(ctx))
Expand Down
Loading

0 comments on commit fbab32f

Please sign in to comment.