Skip to content

Commit

Permalink
ui: remove unused end-to-end UI tests
Browse files Browse the repository at this point in the history
The end-to-end UI tests written in Cypress weren't updated since October
2021, and haven't been run in at least as long. They in fact no longer
seemed to execute, and there were six major-version releases of
Cypress since the one used in this project. There had been enough skew
in both the CockroachDB product and in the Cypress platform that
upgrading to a newer version in-place is more work than simply tearing
out the old tests and starting from scratch. Remove the existing
db-console Cypress tests in preparation for a from-scratch
reimplementation.

Release note: None
  • Loading branch information
sjbarag committed Jul 25, 2022
1 parent 9495e9c commit 3d171b2
Show file tree
Hide file tree
Showing 28 changed files with 13 additions and 1,309 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1931,8 +1931,3 @@ build/variables.mk: Makefile build/archive/contents/Makefile pkg/ui/Makefile bui
include build/variables.mk
$(foreach v,$(filter-out $(strip $(VALID_VARS)),$(.VARIABLES)),\
$(if $(findstring command line,$(origin $v)),$(error Variable '$v' is not recognized by this Makefile)))

# Cypress e2e tests
.PHONY: db-console-e2e-test
db-console-e2e-test: pkg/ui/yarn.opt.installed
cd pkg/ui/workspaces/db-console && yarn cypress:run
7 changes: 0 additions & 7 deletions pkg/ui/workspaces/db-console/cypress.json

This file was deleted.

27 changes: 0 additions & 27 deletions pkg/ui/workspaces/db-console/cypress/Makefile

This file was deleted.

72 changes: 0 additions & 72 deletions pkg/ui/workspaces/db-console/cypress/README.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3d171b2

Please sign in to comment.