Skip to content

Commit

Permalink
Merge branch 'develop' into feature/5470-puliziaCodeBase
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/test/java/it/pagopa/pn/cucumber/IndicizzazioneSafeStorageRealLimitsTest.java
#	src/test/java/it/pagopa/pn/cucumber/IndicizzazioneSafeStorageTest.java
  • Loading branch information
Vincenzo-Massaro committed Feb 25, 2025
2 parents ae4069e + 8c3a444 commit d980db4
Show file tree
Hide file tree
Showing 6 changed files with 593 additions and 293 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
@Suite
@IncludeEngines("cucumber")
@SelectClasspathResource("it/pagopa/pn/cucumber")
@ConfigurationParameter(key = PLUGIN_PROPERTY_NAME, value = "pretty")
@ConfigurationParameter(key = PLUGIN_PROPERTY_NAME, value = "json:target/cucumber-report.json," +
"html:target/cucumber-report.html")
@ConfigurationParameter(key = GLUE_PROPERTY_NAME, value = "it.pagopa.pn.cucumber.steps")
@ConfigurationParameter(key = EXECUTION_MODE_FEATURE_PROPERTY_NAME, value = "concurrent")
@IncludeTags({"indicizzazioneSafeStorage", "test"})
@ExcludeTags({"uat"})
@ConfigurationParameters({
@ConfigurationParameter(key = PLUGIN_PROPERTY_NAME, value = "pretty"),
@ConfigurationParameter(key = PLUGIN_PROPERTY_NAME, value = "json:target/cucumber-report.json," +
"html:target/cucumber-report.html"),
@ConfigurationParameter(key = GLUE_PROPERTY_NAME, value = "it.pagopa.pn.cucumber.steps"),
@ConfigurationParameter(key = EXECUTION_MODE_FEATURE_PROPERTY_NAME, value = "concurrent"),
})
@IncludeTags({"indicizzazioneSafeStorage"})
public class IndicizzazioneSafeStorageTest {
}
Loading

0 comments on commit d980db4

Please sign in to comment.