-
Notifications
You must be signed in to change notification settings - Fork 5
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: E2E Trace-Based Testing #32
Conversation
package.json
Outdated
"dependencies": { | ||
"@opentelemetry/sdk-trace-base": "^1.18.1", | ||
"tracetest-cypress": "file:../tracetest-js/packages/tracetest-cypress", | ||
"tracetest-instrumentation-user-interaction": "file:../tracetest-js/packages/tracetest-instrumentation-user-interaction" |
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.
Tracetest npm packages
web/package.json
Outdated
@@ -26,6 +27,7 @@ | |||
"react-router-dom": "^6.3.0", | |||
"react-scripts": "5.0.1", | |||
"styled-components": "^5.3.5", | |||
"tracetest-instrumentation-user-interaction": "file:../../tracetest-js/packages/tracetest-instrumentation-user-interaction", | |||
"web-vitals": "^2.1.4" |
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.
tracetest npm package
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.
Amazing job!
This PR...
Changes
Fixes
Checklist