-
Notifications
You must be signed in to change notification settings - Fork 1
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
✅(tests) add open response assessment tests #25
Draft
SergioSim
wants to merge
8
commits into
main
Choose a base branch
from
ora2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
When bootstraping this project in the dev branch two additional directories are created: edx/src and edx/modules. To ease switching between a feature branch and the dev branch we choose to ignore the edx/modules directory.
When bootstraping this project in the dev branch two additional directories are created: edx/src and edx/modules. To ease switching between a feature branch and the dev branch we choose to make the linter ignore the edx directory.
To keep the circleci machine up to date.
SergioSim
force-pushed
the
ora2
branch
6 times, most recently
from
November 10, 2022 14:09
1ecd96e
to
baaab88
Compare
The iframe in the js_input_response test needs some time to become interactive. Therefore we disable chromeWebSecurity to give cypress access to the cross-domain iframe to check whether the iframe is ready or not.
The drag_and_drop test relies on the problem beeing at it's initial state. However, edX preserves the state of the problem once it's submitted. Therefore we reset the drag_and_drop problem before answering it.
We upgrade cypress to its latest version. We also upgrade the javascript dependencies used for linting.
We intend in the future to generate open response assessments related edX events. Therefore we need to be able to create multiple edX users during test executions to simulate peer-graded assessments. Also, using generated users in our tests makes them more isolated.
SergioSim
force-pushed
the
ora2
branch
2 times, most recently
from
November 16, 2022 09:29
93af236
to
20eefc9
Compare
SergioSim
force-pushed
the
ora2
branch
4 times, most recently
from
December 7, 2022 11:21
0685e01
to
394f1af
Compare
SergioSim
force-pushed
the
ora2
branch
2 times, most recently
from
December 8, 2022 11:50
8006e08
to
edcaa3c
Compare
We want to generate some of the available edX open response assessment events.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
We want to generate some of the available edX open response assessment events.
Proposal
Generate the following events:
Includes changes from #22, #23 and #24. Blocked until #22, #23 and #24 are merged.