Skip to content

Commit a07764f

Browse files
Rugvipfrebenjhaals
committed
remove cypress
Co-authored-by: Fredrik Adelöw <[email protected]> Co-authored-by: Johan Haals <[email protected]> Signed-off-by: Patrik Oldsberg <[email protected]>
1 parent 8d11fed commit a07764f

File tree

61 files changed

+72
-4480
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+72
-4480
lines changed

Diff for: .dockerignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
.yarn/cache
33
.yarn/install-state.gz
44
docs
5-
cypress
65
microsite
76
node_modules
87
packages/*/src

Diff for: .github/CODEOWNERS

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
yarn.lock @backstage/maintainers @backstage-service
99
*/yarn.lock @backstage/maintainers @backstage-service
1010
/.changeset/*.md
11-
/cypress/src/integration/plugins/techdocs.spec.ts @backstage/techdocs-maintainers
1211
/docs/assets/search @backstage/discoverability-maintainers
1312
/docs/features/search @backstage/discoverability-maintainers
1413
/docs/features/techdocs @backstage/techdocs-maintainers

Diff for: .gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,6 @@ site
144144
# Sensitive credentials
145145
*-credentials.yaml
146146

147-
# e2e tests
148-
cypress/cypress/*
149-
150147
# Possible leftover from build:api-reports
151148
tsconfig.tmp.json
152149

Diff for: app-config.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,6 @@ catalog:
291291
target: ../../plugins/scaffolder-backend/sample-templates/all-templates.yaml
292292
rules:
293293
- allow: [Template]
294-
# Backstage end-to-end tests of TechDocs
295-
- type: file
296-
target: ../../cypress/e2e-fixture.catalog.info.yaml
297294
scaffolder:
298295
# Use to customize default commit author info used when new components are created
299296
# defaultAuthor:

Diff for: cypress/.eslintrc.js

-9
This file was deleted.

Diff for: cypress/.npmrc

-2
This file was deleted.

Diff for: cypress/.yarnrc

-5
This file was deleted.

Diff for: cypress/README.md

-34
This file was deleted.

Diff for: cypress/cypress.json

-10
This file was deleted.

Diff for: cypress/e2e-fixture.catalog.info.yaml

-11
This file was deleted.

Diff for: cypress/fixtures/docs/index.md

-3
This file was deleted.

Diff for: cypress/fixtures/docs/sub-page-one.md

-109
This file was deleted.

Diff for: cypress/fixtures/docs/sub-page-three.md

-121
This file was deleted.

0 commit comments

Comments
 (0)