Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Cypress tests #73

Closed
wants to merge 18 commits into from
Closed

WIP: Cypress tests #73

wants to merge 18 commits into from

Conversation

henrixapp
Copy link
Collaborator

@henrixapp henrixapp commented Sep 14, 2020

In order to migrate to weppacker some tests have to be written, to check, whether all pages are working.
Current state: Adding three basic test examples by cypress.

Following areas should be covered by tests:

  • Login (by default)
  • signup for courses
    • sign up without code
    • signup with code
  • Registration
  • Thyme-Player
  • Editorpages
  • Submissions
  • join group
  • create
  • update
  •  delete
  • ...

Furthermore needed:

  • Add to CI/Docker
  • Remove cypress example fixtures
  • Adds mailing to test
  • Coverage while running

with(:sort, search_params[:types]) unless search_params[:types].empty?
with(:teacher_id, search_params[:teacher_ids]) unless search_params[:teacher_ids].empty?
with(:program_ids, search_params[:program_ids]) unless search_params[:program_ids].empty?
with(:term_id, search_params[:term_ids]) unless search_params[:term_ids].empty?
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't know why, but I needed this to get the search working

@tynsh tynsh changed the base branch from master to mampf-next September 25, 2020 12:23
@CLAassistant
Copy link

CLAassistant commented Oct 16, 2020

CLA assistant check
All committers have signed the CLA.

@henrixapp
Copy link
Collaborator Author

closed in favor of #137

@henrixapp henrixapp closed this Nov 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants