Skip to content

Commit

Permalink
chore: remove cypress (#1656)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Jan 22, 2023
1 parent c62cda7 commit f0e18c2
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 661 deletions.
21 changes: 0 additions & 21 deletions apps/web/cypress.config.ts

This file was deleted.

11 changes: 0 additions & 11 deletions apps/web/cypress/e2e/explore.cy.tsx

This file was deleted.

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

This file was deleted.

22 changes: 0 additions & 22 deletions apps/web/cypress/plugins/index.js

This file was deleted.

37 changes: 0 additions & 37 deletions apps/web/cypress/support/commands.ts

This file was deleted.

20 changes: 0 additions & 20 deletions apps/web/cypress/support/e2e.ts

This file was deleted.

2 changes: 0 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"start": "next start",
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext .ts,.tsx",
"test": "cypress run --headless",
"extract": "lingui compile; NODE_ENV=development lingui extract"
},
"dependencies": {
Expand Down Expand Up @@ -70,7 +69,6 @@
"abis": "*",
"autoprefixer": "^10.4.13",
"babel-plugin-macros": "^3.1.0",
"cypress": "^12.3.0",
"data": "*",
"eslint-config-weblint": "*",
"lens": "*",
Expand Down
3 changes: 1 addition & 2 deletions apps/web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
"@generated*": ["src/generated*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "src/styles/index.css"],
"exclude": ["cypress/support"]
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "src/styles/index.css"]
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"dev": "turbo run dev --parallel",
"lint": "turbo run lint",
"typecheck": "turbo run typecheck",
"test": "turbo run test",
"codegen": "turbo run codegen",
"i18n:extract": "turbo run extract",
"prettier": "prettier --check \"**/*.{ts,tsx,md}\"",
Expand Down
1 change: 0 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"lint": { "outputs": [] },
"typecheck": { "outputs": [] },
"codegen": { "outputs": [] },
"test": { "outputs": [] },
"extract": { "outputs": [] },
"dev": { "cache": false }
}
Expand Down
Loading

3 comments on commit f0e18c2

@vercel
Copy link

@vercel vercel bot commented on f0e18c2 Jan 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

embed – ./apps/embed

embed-nine.vercel.app
embed-git-main-lenster.vercel.app
embed-lenster.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f0e18c2 Jan 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web – ./apps/web

web-git-main-lenster.vercel.app
lenster.vercel.app
web-lenster.vercel.app
lenster.xyz

@vercel
Copy link

@vercel vercel bot commented on f0e18c2 Jan 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

api – ./apps/api

api-git-main-lenster.vercel.app
api.lenster.xyz
lenster-api.vercel.app
api-lenster.vercel.app

Please sign in to comment.