-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #335 from dhis2/development
feat: merge development into master
- Loading branch information
Showing
78 changed files
with
9,737 additions
and
6,595 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
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,31 @@ | ||
const { | ||
networkShim, | ||
chromeAllowXSiteCookies, | ||
cucumberPreprocessor, | ||
} = require('@dhis2/cypress-plugins') | ||
const { defineConfig } = require('cypress') | ||
|
||
// This function will be modified when we add plugins | ||
async function setupNodeEvents(on, config) { | ||
await cucumberPreprocessor(on, config) | ||
networkShim(on, config) | ||
chromeAllowXSiteCookies(on, config) | ||
return config | ||
} | ||
|
||
module.exports = defineConfig({ | ||
video: false, | ||
projectId: 's6p5xs', | ||
experimentalInteractiveRunEvents: true, | ||
defaultCommandTimeout: 30000, | ||
e2e: { | ||
setupNodeEvents, | ||
baseUrl: 'http://localhost:3000', | ||
specPattern: 'cypress/e2e/**/*.feature', | ||
}, | ||
env: { | ||
dhis2DataTestPrefix: 'dhis2-dataentry', | ||
networkMode: 'live', | ||
dhis2ApiVersion: '40', | ||
}, | ||
}) |
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...common/intercept-no-offline-org-levels.js → ...common/intercept-no-offline-org-levels.js
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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ion/context-selection/categories/index.js → ...e2e/context-selection/categories/index.js
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
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
2 changes: 1 addition & 1 deletion
2
...ation/context-selection/data-set/index.js → ...s/e2e/context-selection/data-set/index.js
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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ation/context-selection/org-unit/index.js → ...s/e2e/context-selection/org-unit/index.js
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
File renamed without changes.
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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...context-selection/section-filter/index.js → ...context-selection/section-filter/index.js
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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
cypress/integration/smoke-test/index.js → cypress/e2e/smoke-test/index.js
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
Oops, something went wrong.
048cf83
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://dhis2-data-entry.netlify.app as production
🚀 Deployed on https://6481de95650ddb03d3d477ec--dhis2-data-entry.netlify.app