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

chore(tests): E2e html reporter #2585

Merged
merged 2 commits into from
Aug 3, 2023
Merged

chore(tests): E2e html reporter #2585

merged 2 commits into from
Aug 3, 2023

Conversation

rahulnr7
Copy link
Contributor

@rahulnr7 rahulnr7 commented Aug 3, 2023

  1. Add html reporter for e2e test results
  2. Add utils to take and attach screenshots
  3. Handle the insights screen

@@ -0,0 +1,5 @@
import {by, element} from 'detox'

export const btn_Skip = () => element(by.label('SKIP'))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could we use camelCase here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MichalSzorad this is a practice I follow to indicate the type of the locator (btn for button, lnk for link etc..). But I have been getting review comments all the time for following the camelCase :) . I will make changes in the next PR. Thanks for your review!

@stackchain stackchain changed the title E2e html reporter chore(tests): E2e html reporter Aug 3, 2023
@stackchain stackchain merged commit 762dc4f into develop Aug 3, 2023
@stackchain stackchain deleted the e2e-html-reporter branch August 3, 2023 16:27
@stackchain stackchain mentioned this pull request Aug 15, 2023
71 tasks
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.

4 participants