All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Allowed Types of change: Added
, Changed
, Deprecated
, Removed
, Fixed
, Security
- BC-283 - added wait method to test step
- reinstated that all tests are running
- SC-9237 added E2E test to check redirect
- removed _travis.sh files
- removed .travis.yml
- disabled email tests
- remove github workflow update_version.yml
- fix fallbacks for features and notification services versions
- execute changes for features in travis
- changed sidebar menu item CURRENT TASKS instead of OPEN TASKS
- fix createStudent scenario
- fix and adjust colours in accordance with BC-235
- adapt to sidebar changes
- SC-8248 removed helpdesk
- SC-8846 add core test set functionality
- refactoring tests
- remove the replace of envs in the docker-compose file. Envs will be direktly taken by the docker-file. (the changed docker-file is not used anyways)
- SC-8122 extended a test case
- SC-8356 added docker authentication
- SC-8213 error response format adjusted
- SC-7203 - Added new test: ceateEvent
- SC-7126 - Fix test of createClass due to bugfix on client
- SC-7848 - Added new function, due to bugfix on client
- SC-6814 - Delete class test
- SC-5795 - CreateUser and send registration link
- SC-7736 - Deleted User forgot password functionality
- SC-7735 - Deleted User Tests for Removed user in not visible in team anymore
- SC-7059 - DeletionConcept Tests
- OPS-1297 - Added Changelog github action
- SC-7571 - sendConsentFormEmail adjusted
- SC-7733 - User can not login anymore, DeletionConcept Tests
- SC-5797 - Added new test: showRegularTaskOnDashboard
- SC-5780 - Added new test: editTeam
- SC-6816 - Added new test: editClass
- SC-8119 - Added new test: created student older than 16 can register
- SC-5286 - Added new test: editClass adGroupOfStudentsToTheClass
- SC-8120 - Added new test: createClass createClassWith3Members
- SC-6108 Adaptions to some E2E tests to make them work with the new admin tables
- SC-7688 Rename expected menuitem names
- IMP-160 rename repository
- SC-7110 Refactoring: Improved terms in cucumber steps: Teams, Topics, Class
- SC-7524-parametrization: adjust parametrization to existing feature files
- SC-7684-parametrization: feature and step definition file restructuring
- SC-7329-Adjust QA TCs to initial DB
- SC-7474 pull docker container for tests if commit id exists on docker hub
- SC-6767-Chrome driver update 2.46 -> 87.0
- SC-8117 expanded createNewStudent16 to perform first login
- fixed github action changelog
- SC-7126 - Fix test of createClass due to bugfix on client
- SC-6945 skip @copyCourseWithText for hotfix
- SC-5858 change selectors after removing chosen library in the old client
- SC-7878 - dropdowns and multiselects
- OPS-1205 Handle German and English error message within login page test
- fixed the @createSimpleHomework, added one more step when creating a new course
- Fix dependencies security vulnerabilities SC-4534
- Add timestamps to filenames NA
- Fix for failing test in @createSimpleHomework NA
- Admin can create empty classes
- copied in a basic mergify config to automerge PRs
- added
npm ci
command to end-to-end-tests ci setup to be able to execute new js seed script properly - This changelog has been added