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

Refactor and improve relationship support in cypress tests #866

Merged
merged 7 commits into from
Dec 30, 2021

Conversation

vishal423
Copy link
Contributor

@vishal423 vishal423 commented Dec 27, 2021

Closes #841 #58

  • Move entity create and delete calls to before hook so that they are shared by tests in given spec
  • Add relationship support for other entities
  • In case of self referential, skip generation of test data
  • Complex mandatory relationships are not covered and are not scope of code generation. We probably comment out tests to avoid generation of tests that don't execute successfully

@vishal423 vishal423 marked this pull request as ready for review December 29, 2021 13:16
@vishal423 vishal423 changed the title Refactor cypress tests Refactor and improve relationship support in cypress tests Dec 30, 2021
@vishal423 vishal423 merged commit 4ed3886 into main Dec 30, 2021
@vishal423 vishal423 deleted the cypress-relationships branch December 30, 2021 07:57
@vishal423 vishal423 added this to the 0.7.0 milestone Dec 30, 2021
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.

Improve cypress e2e entity tests
1 participant