Skip to content

Commit b56a7a7

Browse files
Removed cypress directories (#1098)
1 parent e53ea8d commit b56a7a7

24 files changed

Lines changed: 1 addition & 1994 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -97,25 +97,6 @@ yarn-debug.log*
9797
yarn-1.22.5.cjs
9898
yarn-1.22.5.js
9999

100-
# Ignore node_modules in cypress folder
101-
cypress-tests/node_modules
102-
103-
# Ignore package-lock.json in cypress folder
104-
cypress-tests/package-lock.json
105-
106-
# Ignore all logfiles and tempfiles in cypress folder
107-
cypress-tests/cypress/results
108-
cypress-tests/debug.log
109-
110-
# Ignore IDE related files in cypress folder
111-
cypress-tests/.vscode
112-
113-
# Ignore cypress screenshots and videos
114-
cypress-tests/cypress/artifacts/screenshots/
115-
cypress-tests/cypress/artifacts/videos/
116-
cypress-tests/cypress/screenshots/
117-
cypress-tests/cypress/videos/
118-
119100
# Ignore redis dump file
120101
dump.rdb
121102

.scripts/sync_with_wheel.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ eslint-plugin-json \
1212
eslint-plugin-react \
1313
eslint-plugin-promise \
1414
eslint-plugin-jam3 \
15-
eslint-plugin-cypress \
1615
eslint-plugin-unused-imports \
1716
prettier-plugin-tailwindcss
1817

@@ -37,7 +36,6 @@ declare -a configs=(
3736
".husky/helpers/prevent_conflict_markers.sh"
3837
".husky/pre-commit"
3938
".husky/pre-push"
40-
"cypress-tests/.eslintrc.js"
4139
".semaphore/commands/run_eslint_on_modified_files.sh"
4240
".node-version"
4341
".nvmrc"

.slugignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/test
22
/spec
33
/docs
4-
/cypress-tests
54
/selenium-tests
65
/doc
76
/tmp/cache
@@ -14,4 +13,4 @@
1413
/.dockerignore
1514
/Dockerfile.dev
1615
/docker-entrypoint.sh
17-
/docker-compose.yml
16+
/docker-compose.yml

cypress-tests/.eslintrc.js

Lines changed: 0 additions & 56 deletions
This file was deleted.

cypress-tests/currents.config.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

cypress-tests/cypress.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

cypress-tests/cypress/config/cypress.development.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

cypress-tests/cypress/constants/routes.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

cypress-tests/cypress/constants/selectors/common.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)