impr(dev): add endpoint to create test user/data (fehmer)#5396
Merged
impr(dev): add endpoint to create test user/data (fehmer)#5396
Conversation
19a925f to
aa20c0b
Compare
Collaborator
|
Continuous integration check(s) failed. Please review the failing check's logs and make the necessary changes. https://github.com/monkeytypegame/monkeytype/actions/runs/9110631928 |
Collaborator
|
Continuous integration check(s) failed. Please review the failing check's logs and make the necessary changes. https://github.com/monkeytypegame/monkeytype/actions/runs/9110677045 |
Contributor
|
This PR is stale. Please trigger a re-run of the PR check action. |
e408b80 to
70d9f6d
Compare
Miodec
requested changes
Jun 3, 2024
Collaborator
|
Continuous integration check(s) failed. Please review the failing check's logs and make the necessary changes. https://github.com/monkeytypegame/monkeytype/actions/runs/9354195639 |
7d63728 to
219f171
Compare
57939e9 to
eb0879a
Compare
eb0879a to
8466313
Compare
b92eb74 to
e3e25b4
Compare
use asynchronous modules to only load this in dev env
68a3702 to
b2e9f01
Compare
This file contains hidden or 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
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.
Allow easy creation of test users and test results on local development environment.
Adds a simple UI only available on dev to create test results and optionally also create test users.
Test users will use
<username>@example.comas email and the password is alwayspassword. You can choose the timeframe in which results are created andmin/maxamount of results per day. The result count, test type, accuracy, wpm etc will be randomized.