Skip to content
Failed

Changes

Summary

  1. Fix assignment cypress test (commit: e42c835) (details)
  2. Update Android Gradle Plugin to 8.7.3 (commit: a320221) (details)
  3. Fix Cypress add content test (commit: 5324d2a) (details)
  4. Switch baseline profile module to using Gradle managed devices. (commit: 0445fd6) (details)
  5. Switch from using emulator plugin to using Gradle managed devices for app-android module. Remove emulator plugin. (commit: ce5571d) (details)
  6. Use start-server-and-test command as recommended by Cypress docs. Remove the need for the run-cypress-test script. (commit: 1b8e961) (details)
  7. Add documentation notes for webapp-cypress changes. (commit: a567bd3) (details)
  8. Bump version. (commit: b6e9538) (details)
Commit e42c8355954b00a303c4a1d0a94261778d0c3482 by Mike Dawson
Fix assignment cypress test

Assertion that assignment text editor is not visible after submission was flawed: it attempted to assert a child element didn't exist after using .get on an element that was removed.
(commit: e42c835)
The file was modifiedtest-end-to-end/webapp-cypress/cypress/e2e/WEB_004_008_group_users_add_assignment_and_course_comments.cy.js (diff)
The file was modifiedtest-end-to-end/webapp-cypress/cypress/e2e/WEB_004_010_group_users_single_assignment_submission_allowed.cy.js (diff)
The file was modifiedtest-end-to-end/webapp-cypress/cypress/e2e/WEB_004_001_assignment_creation_submission_grading.cy.js (diff)
Commit a320221689ed886b34d6164dc8faadf3ca03fbb5 by Mike Dawson
Update Android Gradle Plugin to 8.7.3
(commit: a320221)
The file was modifiedbuild.gradle (diff)
The file was modifiedtest-end-to-end/webapp-cypress/cypress/e2e/WEB_001_001_add_content.cy.js (diff)
Commit 0445fd600ae96a62d80fa04123a17f6f72b728ae by Mike Dawson
Switch baseline profile module to using Gradle managed devices.
(commit: 0445fd6)
The file was modifiedapp-android-baselineprofile/build.gradle.kts (diff)
The file was modifiedapp-android/build.gradle (diff)
The file was modifiedbuild.gradle (diff)
Commit ce5571df59e8cc89254d3f7261aeea4da1a87092 by Mike Dawson
Switch from using emulator plugin to using Gradle managed devices for app-android module. Remove emulator plugin.
(commit: ce5571d)
The file was modifiedapp-android/build.gradle (diff)
The file was modifiedgradle/libs.versions.toml (diff)
Commit 1b8e96117f20976d5c00fa6c8469c777b605b216 by Mike Dawson
Use start-server-and-test command as recommended by Cypress docs. Remove the need for the run-cypress-test script.
(commit: 1b8e961)
The file was modifiedtestserver-controller/src/main/java/com/ustadmobile/test/http/TestServerController.kt (diff)
The file was modifiedtest-end-to-end/webapp-cypress/package.json (diff)
The file was modifiedtest-end-to-end/webapp-cypress/package-lock.json (diff)
Commit a567bd3520a266b3d363cd3a55690a3ab540934b by Mike Dawson
Add documentation notes for webapp-cypress changes.
(commit: a567bd3)
The file was modifiedtest-end-to-end/webapp-cypress/README.md (diff)
The file was modifiedbuild.gradle (diff)