Skip to content

Commit 5062b84

Browse files
[SELC-7062] feat: add Cucumber test template config (#265)
1 parent ccbdb22 commit 5062b84

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.github/workflows/pr_user_group_ms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ on:
1515
- ready_for_review
1616
paths:
1717
- 'apps/user-group-ms/**'
18-
- '.github/workflows/pr_ms.yml'
18+
- '.github/workflows/pr_user_group_ms.yml'
1919
- '.github/workflows/call_code_review.yml'
2020

2121
jobs:
2222
code_review:
2323
uses: ./.github/workflows/call_code_review.yml
24-
name: User ms Code Review
24+
name: User Group ms Code Review
2525
secrets: inherit
2626
with:
2727
pr_number: ${{ github.event.pull_request.number }}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="true" type="CucumberJavaRunConfigurationType" factoryName="Cucumber java">
3+
<option name="MAIN_CLASS_NAME" value="it.pagopa.selfcare.user.integration_test.CucumberSuite" />
4+
<module name="user-ms" />
5+
<shortenClasspath name="ARGS_FILE" />
6+
<option name="WORKING_DIRECTORY" value="$MODULE_WORKING_DIR$" />
7+
<method v="2">
8+
<option name="Make" enabled="true" />
9+
</method>
10+
</configuration>
11+
</component>

0 commit comments

Comments
 (0)