-
Notifications
You must be signed in to change notification settings - Fork 3
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
E2E test for activity #251
Conversation
Add first draft of a new E2E test with activities.
Ktfmt format compliance
Fix faulty test tags to make E2E work correctly.
Expand scope of E2E to handle activity edit and saving fields.
Ktfmt format to comply with the linting standards.
Try to fix E2E issues relating to shared firebase state.
Try to fix E2E issues relating with some strange stuff found on SO.
Try to see if putting tests in different packages affects results.
Change email between E2E but it doesn't help with the conflict state.
Fix E2E test tag by replacing it with the new proper name from main.
Rename ActivityCreationAndEdit by removing an unnecessary U. Looks cleaner.
Uncomment previously commented checks, by providing the correct test tag.
Ktfmt format in order to comply with the project's linting standards.
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really tried to look if I could not find an improvement or a change and I did not find any. The code of the e2e is really complete and efficient, so thank you for this work. This PR can be merged
Copied from #253:
Description:
The project requires 4 E2E tests for M3. Thus this test should be a fine addition by testing activity creation as well as activity editing.
Acceptance Criteria: