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

feat(random_generate): Random username and mail generation for test. #501

Closed
wants to merge 1 commit into from

Conversation

userAdityaa
Copy link
Contributor

PR Description

This PR introduces a feature for dynamically generating random usernames and emails to enhance test scenarios where placeholder data like {{username}} and {{email}} is used. The implementation ensures variety and uniqueness in the generated data to simulate real-world use cases effectively.

Checklist

  • I have gone through the contributing guide
  • I have updated my branch and synced it with project main branch before making this PR
  • I am using the latest Flutter stable branch (run flutter upgrade and verify)
  • I have run the tests (flutter test) and all tests are passing

OS on which you have developed and tested the feature?

  • Windows
  • macOS
  • Linux

Change

Screen.Recording.2024-11-23.at.12.26.19.AM.mov

@userAdityaa
Copy link
Contributor Author

Hey @ashitaprasad, Can you please review this one ?

Suggested more change:

  • Writing lorem{number} should generate random text paragraph.
  • Generate Date and Time.
  • Generate Phone number.

@ashitaprasad
Copy link
Member

ashitaprasad commented Nov 23, 2024

Closing the PR as you did not discuss your approach on the issue thread and directly sent the PR.
As this is a low priority feature, it will only taken up after other high priority features are added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Mock Data provider for API Testing
2 participants