Skip to content

Commit

Permalink
fix: remove cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
devrsi0n committed Sep 4, 2023
1 parent 32f34da commit 20ec975
Show file tree
Hide file tree
Showing 35 changed files with 2,219 additions and 2,660 deletions.
59 changes: 0 additions & 59 deletions .github/workflows/cypress.yml

This file was deleted.

1 change: 0 additions & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Chirpy

[![Vercel](https://img.shields.io/github/deployments/devrsi0n/chirpy/production?logo=vercel)](https://github.com/devrsi0n/chirpy/deployments)
[![Cypress](https://img.shields.io/endpoint?url=https://dashboard.cypress.io/badge/simple/2p3w5f&logo=cypress)](https://dashboard.cypress.io/projects/2p3w5f/runs)
[![Twitter Chirpy](https://img.shields.io/twitter/url?url=https%3A%2F%2Ftwitter.com%2FChirpyHQ)](https://twitter.com/ChirpyHQ)

<img src="https://raw.githubusercontent.com/devrsi0n/chirpy/main/apps/main/public/images/marketing/github.png" width="800" alt="Comment widget" >
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Chirpy | [简体中文](./README-zh.md)

[![Vercel](https://img.shields.io/github/deployments/devrsi0n/chirpy/production?logo=vercel)](https://github.com/devrsi0n/chirpy/deployments)
[![Cypress](https://img.shields.io/endpoint?url=https://dashboard.cypress.io/badge/simple/2p3w5f&logo=cypress)](https://dashboard.cypress.io/projects/2p3w5f/runs)
[![Twitter Chirpy](https://img.shields.io/twitter/url?url=https%3A%2F%2Ftwitter.com%2FChirpyHQ)](https://twitter.com/ChirpyHQ)

<img src="https://raw.githubusercontent.com/devrsi0n/chirpy/main/apps/main/public/images/marketing/github.png" width="800" alt="Comment widget" >
Expand Down
14 changes: 7 additions & 7 deletions apps/bootstrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"@chirpy-dev/types": "workspace:*",
"@chirpy-dev/utils": "workspace:*",
"@testing-library/react": "14.0.0",
"@types/jest": "29.5.3",
"@types/jest": "29.5.4",
"@types/node": "18.16.18",
"@types/react": "18.2.20",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"dotenv": "16.3.1",
"dotenv-cli": "7.3.0",
"dotenv-expand": "10.0.0",
"eslint": "8.47.0",
"jest": "29.6.2",
"eslint": "8.48.0",
"jest": "29.6.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.1.6",
"typescript": "5.2.2",
"vite": "4.4.9",
"vite-plugin-dts": "2.3.0"
},
Expand All @@ -36,8 +36,8 @@
},
"dependencies": {
"@chirpy-dev/trpc": "workspace:*",
"@trpc/client": "10.37.1",
"@trpc/server": "10.37.1",
"@trpc/client": "10.38.1",
"@trpc/server": "10.38.1",
"superjson": "1.13.1"
}
}
4 changes: 0 additions & 4 deletions apps/e2e/.eslintrc.js

This file was deleted.

15 changes: 0 additions & 15 deletions apps/e2e/CHANGELOG.md

This file was deleted.

16 changes: 0 additions & 16 deletions apps/e2e/cypress.config.ts

This file was deleted.

78 changes: 0 additions & 78 deletions apps/e2e/cypress/e2e/dashboard/project.spec.ts

This file was deleted.

32 changes: 0 additions & 32 deletions apps/e2e/cypress/e2e/home/footer.spec.ts

This file was deleted.

67 changes: 0 additions & 67 deletions apps/e2e/cypress/e2e/home/header.spec.ts

This file was deleted.

22 changes: 0 additions & 22 deletions apps/e2e/cypress/e2e/home/index.spec.ts

This file was deleted.

5 changes: 0 additions & 5 deletions apps/e2e/cypress/fixtures/example.json

This file was deleted.

8 changes: 0 additions & 8 deletions apps/e2e/cypress/fixtures/load-env.ts

This file was deleted.

10 changes: 0 additions & 10 deletions apps/e2e/cypress/fixtures/user.ts

This file was deleted.

4 changes: 0 additions & 4 deletions apps/e2e/cypress/fixtures/utils.ts

This file was deleted.

Loading

0 comments on commit 20ec975

Please sign in to comment.