Skip to content

Commit

Permalink
Delete legacy CLI package (#616)
Browse files Browse the repository at this point in the history
I think this package should be safe to delete now.
- We don't plan on publishing further updates to it. 
- "Shared" code that was in this package has been forked to `test-utils/legacy-cli`.
- The remaining work (e.g. [PRO-730](https://linear.app/replay/issue/PRO-730)) and updating `create-react-app-typescript` will be done in follow up PRs.
  • Loading branch information
bvaughn authored Jul 9, 2024
1 parent 75f2e03 commit 25fd588
Show file tree
Hide file tree
Showing 39 changed files with 12 additions and 4,167 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To use Replay with a Desktop Browser, visit [replay.io](https://www.replay.io/)

## Packages

- [`/replay`](./packages/replay/README.md) CLI for viewing + uploading recordings
- [`/replayio`](./packages/replayio/README.md) CLI for viewing and uploading recordings
- [`/cypress`](./packages/cypress/README.md) Beta Plugin for recording and capturing metadata for Cypress tests.
- [`/playwright`](./packages/playwright/README.md) Beta Plugin for recording and capturing metadata for Playwright tests.
- [`/puppeteer`](./packages/puppeteer/README.md) Experimental Plugin for recording Puppeteer tests.
Expand Down
2 changes: 1 addition & 1 deletion examples/create-react-app-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@playwright/test": "^1.40.1",
"@replayio/playwright": "workspace:^",
"@replayio/replay": "workspace:^",
"@replayio/replay": "latest",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
Expand Down
2 changes: 0 additions & 2 deletions packages/replay/.gitignore

This file was deleted.

46 changes: 0 additions & 46 deletions packages/replay/CHANGELOG.md

This file was deleted.

29 changes: 0 additions & 29 deletions packages/replay/LICENSE

This file was deleted.

205 changes: 0 additions & 205 deletions packages/replay/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions packages/replay/bin.js

This file was deleted.

7 changes: 0 additions & 7 deletions packages/replay/contributing.md

This file was deleted.

9 changes: 0 additions & 9 deletions packages/replay/jest.config.js

This file was deleted.

Loading

0 comments on commit 25fd588

Please sign in to comment.