Skip to content

Commit

Permalink
chore: update fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
d-rita committed Jun 24, 2024
1 parent 8f7d4b9 commit a212b46
Show file tree
Hide file tree
Showing 11 changed files with 2,576 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ module.exports = defineConfig({
video: false,
projectId: '48zztu',
experimentalInteractiveRunEvents: true,
env: {
dhis2BaseUrl: 'http://localhost:8080',
dhis2Username: 'admin',
dhis2Password: 'district',
dhis2DataTestPrefix: '',
networkMode: 'live',
dhis2ApiVersion: '41',
},
defaultCommandTimeout: 10000,
requestTimeout: 10000,
e2e: {
Expand Down

Large diffs are not rendered by default.

378 changes: 378 additions & 0 deletions cypress/fixtures/network/42/static_resources.json

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions cypress/fixtures/network/42/summary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"count": 348,
"totalResponseSize": 208181,
"duplicates": 272,
"nonDeterministicResponses": 24,
"apiVersion": "42",
"fixtureFiles": [
"static_resources.json",
"show_tiles_with_list_and_add_action_to_all_available_sections.json",
"the_app_has_a_main_navigation.json",
"users_can_be_listed.json",
"the_user_list_can_be_searched.json",
"user_groups_can_be_listed.json",
"the_user_group_list_can_be_searched.json",
"user_roles_can_be_listed.json",
"the_user_role_list_can_be_searched.json"
]
}
167 changes: 167 additions & 0 deletions cypress/fixtures/network/42/the_app_has_a_main_navigation.json

Large diffs are not rendered by default.

265 changes: 265 additions & 0 deletions cypress/fixtures/network/42/the_user_group_list_can_be_searched.json

Large diffs are not rendered by default.

459 changes: 459 additions & 0 deletions cypress/fixtures/network/42/the_user_list_can_be_searched.json

Large diffs are not rendered by default.

199 changes: 199 additions & 0 deletions cypress/fixtures/network/42/the_user_role_list_can_be_searched.json

Large diffs are not rendered by default.

167 changes: 167 additions & 0 deletions cypress/fixtures/network/42/user_groups_can_be_listed.json

Large diffs are not rendered by default.

167 changes: 167 additions & 0 deletions cypress/fixtures/network/42/user_roles_can_be_listed.json

Large diffs are not rendered by default.

167 changes: 167 additions & 0 deletions cypress/fixtures/network/42/users_can_be_listed.json

Large diffs are not rendered by default.

0 comments on commit a212b46

Please sign in to comment.