-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ENGPM-554 Version Update * ENG-5211 Upgrade Cypress Version * ENG-4141 Fix checkbox display in case of true value * ENG-5324 bump version to 7.4.0 --------- Co-authored-by: Alessio Pintus <[email protected]> Co-authored-by: Alessio Pintus <[email protected]>
- Loading branch information
1 parent
aab5316
commit 455c1d4
Showing
12 changed files
with
1,733 additions
and
794 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
generators/entity-microfrontend/templates/ui/widgets/entity/_shared/cypress.config.js.ejs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
const { defineConfig } = require('cypress') | ||
|
||
module.exports = defineConfig({ | ||
oauth2: { | ||
url: 'http://localhost:9080', | ||
realm: 'jhipster', | ||
clientId: 'web_app', | ||
}, | ||
video: false, | ||
fixturesFolder: 'src/test/cypress/fixtures', | ||
screenshotsFolder: 'target/cypress/screenshots', | ||
chromeWebSecurity: false, | ||
viewportWidth: 1200, | ||
viewportHeight: 720, | ||
retries: 2, | ||
includeShadowDom: true, | ||
e2e: { | ||
// We've imported your old cypress plugins here. | ||
// You may want to clean this up later by importing these. | ||
setupNodeEvents(on, config) { | ||
return require('./src/test/cypress/plugins/index.js')(on, config) | ||
}, | ||
baseUrl: 'http://localhost:3000', | ||
specPattern: 'src/test/cypress/integration/**/*.spec.js', | ||
supportFile: 'src/test/cypress/support/index.js', | ||
}, | ||
}) |
20 changes: 0 additions & 20 deletions
20
generators/entity-microfrontend/templates/ui/widgets/entity/_shared/cypress.json.ejs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.