Skip to content

Commit

Permalink
Remove runner-ct
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthkh committed Aug 1, 2022
1 parent f743a00 commit eaefe4a
Show file tree
Hide file tree
Showing 34 changed files with 33 additions and 630 deletions.
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ Here is a list of the core packages in this repository with a short description,
| [reporter](./packages/reporter) | `@packages/reporter` | The reporter shows the running results of the tests (The Command Log UI). |
| [root](./packages/root) | `@packages/root` | Dummy package pointing at the root of the repository. |
| [runner](./packages/runner) | `@packages/runner` | The runner is the minimal "chrome" around the user's application under test. |
| [runner-ct](./packages/runner-ct) | `@packages/runner-ct` | The runner for component testing |
| [server](./packages/server) | `@packages/server` | The <3 of Cypress. This orchestrates everything. The backend node process. |
| [server-ct](./packages/server-ct) | `@packages/server-ct` | Some Component Testing specific overrides. Mostly extends functionality from `@packages/server` |
| [socket](./packages/socket) | `@packages/socket` | A wrapper around socket.io to provide common libraries. |
Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/runner/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* - reporter
* which are built with React and bundle with webpack.
*
* The entry point for the webpack bundle is `runner-ct/main.tsx`.
* The entry point for the webpack bundle is `runner/main.tsx`.
* Any time you need to consume some existing code, add it to the `window.UnifiedRunner`
* namespace there, and access it with `window.UnifiedRunner`.
*
Expand Down
1 change: 0 additions & 1 deletion packages/driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"@packages/network": "0.0.0-development",
"@packages/rewriter": "0.0.0-development",
"@packages/runner": "0.0.0-development",
"@packages/runner-ct": "0.0.0-development",
"@packages/server": "0.0.0-development",
"@packages/socket": "0.0.0-development",
"@packages/ts": "0.0.0-development",
Expand Down
2 changes: 1 addition & 1 deletion packages/driver/src/dom/blackout.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import $ from 'jquery'
import $dimensions from '@packages/runner-ct/src/dom/dimensions'
import $dimensions from '@packages/runner/src/dom/dimensions'

const resetStyles = `
border: none !important;
Expand Down
2 changes: 1 addition & 1 deletion packages/resolve-dist/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import path from 'path'

let fs: typeof import('fs-extra')

export type RunnerPkg = 'app' | 'runner' | 'runner-ct'
export type RunnerPkg = 'app' | 'runner'

type FoldersWithDist = 'static' | 'driver' | RunnerPkg | 'launchpad'

Expand Down
137 changes: 0 additions & 137 deletions packages/runner-ct/.eslintrc.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/runner-ct/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions packages/runner-ct/README.md

This file was deleted.

72 changes: 0 additions & 72 deletions packages/runner-ct/package.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/runner-ct/src/index.js

This file was deleted.

4 changes: 0 additions & 4 deletions packages/runner-ct/src/main.tsx

This file was deleted.

69 changes: 0 additions & 69 deletions packages/runner-ct/tsconfig.json

This file was deleted.

Loading

0 comments on commit eaefe4a

Please sign in to comment.