* Revert "fix: correctly resolve dependencies for CT onboarding when using Yarn Plug n Play (#26452)"
This reverts commit 7a33f5c1a8.
* changelog
* changelog
* fix: move `types` condition to the front
* chore: update changelog
* optimize deps for vite
* update config
* try optimizeDeps.include
* missing dep
---------
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
* chore: disable video compression
* system test updates
* moar system test fixes
* a couple of telemetry tweaks
* more intelligent defaults, don't touch firefox.
* trying this
* probably finally fix firefox system tests
* unformat plz
* ugh, also add a test
* plz stop formatting that file
* re-enable firefox tests
* Change log
* don't save videos to artifacts
* this will be fixed in another pr
* quoth the raven, quotes matter don't mess them up
* patch resolve package and use corret path for Yarn PnP module resolution
* add test
* fix logic
* changelog
* log
* Add link to pnp docs
* recursively search upwards for pnp.cjs
* use require.resolve no matter what
---------
Co-authored-by: Mike Plummer <mikep@cypress.io>
* chore: pass resources from the node process to the browser
* don't check version
* Apply suggestions from code review
Co-authored-by: Bill Glesias <bglesias@gmail.com>
* reuse type for attributes
* use auth header
* ts?
* Update packages/telemetry/src/index.ts
Co-authored-by: Matt Schile <mschile@cypress.io>
---------
Co-authored-by: Bill Glesias <bglesias@gmail.com>
Co-authored-by: Matt Schile <mschile@cypress.io>
* initial commit, a kinda working prototype
* Ready to test in CI
* "SyntaxError: Cannot use import statement outside a module" I blame VS code for always inserting the wrong dependency
* try using built js instead of the ts file
* typescript fixes?
* get version correctly, don't use optional chaining in child process.
* trying this, idk
* try running telemetry for driver-integration-tests-chrome
* fix missing spans, add more attributes for some spans
* fix missing spans and add suite spans
* types
* Remove un-used require
* remove spans for describe blocks in favor of the full title for tests
* migrate to sync resource discovery, start new custom exporters for spans
* encrypted
* localhost
* don't do things on child process
* latest changes
* update server start span time / add v8 snapshot span & update command span names
* prepare for sync
* don't send blank key
* make telemetry work again for sending directly to honeycomb
* web-socket exporter
* Add in IPC exporter and message the child process before disconnecting
* Use the cloud api by default
* move cloud span exporter into telemetry package
* shutdown fixes
* fix enabled
* improve types
* run in ci
* yml is the worst
* type!
* add spans for timing insights for visible areas of improvement
* type errors
* lets try sending data to staging
* types
* types again
* remove problematic attributes
* clean up exporters
* i like this better even though it doesn't seem to matter much
* some self review cleanup
* Update comment
* add debug messages
* mocha tests
* actually exit with the right code... oops
* simple mistake... have to look into how to fix with ts...
* try this i guess
* don't return undefined
* read me diagram
* color?
* no rect
* moar diagram
* docs!
* formatting
* build more binaries
* Supposedly fix cypress in cypress test failures
* test 'fixes'
* try this instead
* do not transpile cypress packages dir
* lets try escaping our regex string
* Add some diagnostics to help test the built binary....
* try a more complex solution
* fix tests probably
* just ignore the specific file
* fix unit tests
* cr updates
* Apply suggestions from code review
Co-authored-by: Matt Schile <mschile@cypress.io>
Co-authored-by: Bill Glesias <bglesias@gmail.com>
* Pr updates
* don't change the command queue
* move encoding and decoding telemetry context for ipc to the telemetry package
* build darn it
* plead for mercy from the testing gods, i merely wished to have named test reports, but clearly i have overreached.
* pr updates, send record key
* pr review
* optional chaining fails tests
* Apply suggestions from code review
Co-authored-by: Bill Glesias <bglesias@gmail.com>
* tests for cloud-span-exporter
* bad merge
* adding tests for the remaining exporters
* note
* docs
* Correctly set test under the current run span for component testing
* gate sending the message.
* pr updates
* finally, fingers crossed.
---------
Co-authored-by: Emily Rohrbough <emilyrohrbough@yahoo.com>
Co-authored-by: Matt Schile <mschile@cypress.io>
Co-authored-by: Bill Glesias <bglesias@gmail.com>
* fix: Update styling of Runs Page
* Use new status icons to match other areas of the app
* Improve responsiveness of UI on smaller viewports
* Update link params
* misc: Update styling of Runs Page
* Use new status icons to match other areas of the app
* Improve responsiveness of UI on smaller viewports
* Update link params
* Add changelog
* Fix e2e test
* Center run results when not wrapped
* Support wrapping with long commit message
* Fix changelog
* Add test case for new slot
* Fix test
* fix: make isFocusedOrInFocused check shadow roots
* Add item to changelog
* Get rid of unnecessary null checks
* Add e2e test for new scenario
* Make changelog item clearer
* Add a test for the type command as well
* Update type click test
* Fix typo
* Reuse shadow-dom-focus.html
* Update changelog item
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
* Remove shadow-dom-focus for shadow-dom-type
* Check if isWithinShadowRoot and use root node
* Fix potential error w/ getSelection
Because shadowRoots don't have a getSelection function
* Make doc a const again
* Update cli/CHANGELOG.md
---------
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>