Skip to content

Commit

Permalink
Merge pull request #2802 from DamnClin/rename-cypress-module
Browse files Browse the repository at this point in the history
Rename cypress module
  • Loading branch information
pascalgrimaud authored Jul 27, 2022
2 parents e112595 + 9fa702b commit 8cd7991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ JHipsterModuleResource cypresModule(CypressApplicationService cypress) {
return JHipsterModuleResource
.builder()
.legacyUrl("/api/clients/cypress")
.slug("react-cypress")
.slug("cypress")
.propertiesDefinition(JHipsterModulePropertiesDefinition.builder().addServerPort().addIndentation().build())
.apiDoc(new JHipsterModuleApiDoc("E2e", "Add Cypress"))
.tags("client", "cypress", "e2e")
Expand Down
2 changes: 1 addition & 1 deletion src/test/features/cypress.feature
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Feature: Cypress module

Scenario: Should apply cypress module
When I apply "react-cypress" module to default project with package json
When I apply "cypress" module to default project with package json
| serverPort | 9000 |
Then I should have files in "src/test/javascript/integration"
| .eslintrc.js |

0 comments on commit 8cd7991

Please sign in to comment.