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

Add Initial E2E tests #83

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open

Add Initial E2E tests #83

wants to merge 6 commits into from

Conversation

iamdharmesh
Copy link
Member

@iamdharmesh iamdharmesh commented Dec 20, 2024

Description of the Change

This PR introduces an initial E2E setup with basic E2E tests. Please note that it does not include extensive E2E tests to cover the full functionality of the plugin. Additional effort will be required to configure or simulate New Relic for comprehensive verification.

Closes #55

How to test the Change

  1. Run npm install
  2. Run npm run env:start && npm run cypress:run
  3. Verify all E2E tests are passing.
  4. Verify E2E tests are passing on GH action.

Changelog Entry

Added - Initial E2E tests setup and Added basic E2E tests

Credits

Props @mehul0810 (Thanks for raising the initial PR) @iamdharmesh @jayedul

Checklist:

@iamdharmesh iamdharmesh self-assigned this Dec 20, 2024
@iamdharmesh iamdharmesh mentioned this pull request Dec 20, 2024
4 tasks
@iamdharmesh iamdharmesh added this to the 1.4.0 milestone Dec 20, 2024
@iamdharmesh iamdharmesh requested review from a team and peterwilsoncc and removed request for a team December 20, 2024 11:22
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.

Write Cypress E2E test scripts
1 participant