Skip to content

Commit

Permalink
Switch from cypress to playwright. (#5248)
Browse files Browse the repository at this point in the history
* empty

* empty

* empty

* Begin move from cypress to playwright.

* Switch remaining tests to playwright, remove old cypress suppport files.

* Clean up playwright config

* Enable ff, and safari when on mac.

* Fix safari/ff mentions test

* Fix code-highlighting test on ff/safari

* Add a local retry as a few tests are flaky.

* Replace cypress w/ playwright in gitignore.

* Update to latest yarn to fix ci install?

* Update yarn.lock w/ yarn command.

* Fix mocha tests.

* Fix prettier
  • Loading branch information
gdborton authored Jan 14, 2023
1 parent cb133a7 commit 5dc4396
Show file tree
Hide file tree
Showing 53 changed files with 787 additions and 1,058 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ node_modules/
packages/*/yarn.lock
site/out/
tmp/
cypress/screenshots
cypress/videos
cypress/fixtures
cypress/plugins
test-results/
.DS_Store

# Recommendation from https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored (not using Zero-installs)
Expand Down
4 changes: 0 additions & 4 deletions cypress.json

This file was deleted.

35 changes: 0 additions & 35 deletions cypress/integration/examples/check-lists.ts

This file was deleted.

42 changes: 0 additions & 42 deletions cypress/integration/examples/code-highlighting.ts

This file was deleted.

34 changes: 0 additions & 34 deletions cypress/integration/examples/editable-voids.ts

This file was deleted.

14 changes: 0 additions & 14 deletions cypress/integration/examples/embeds.ts

This file was deleted.

27 changes: 0 additions & 27 deletions cypress/integration/examples/forced-layout.ts

This file was deleted.

38 changes: 0 additions & 38 deletions cypress/integration/examples/hovering-toolbar.ts

This file was deleted.

16 changes: 0 additions & 16 deletions cypress/integration/examples/huge-document.ts

This file was deleted.

36 changes: 0 additions & 36 deletions cypress/integration/examples/iframe.ts

This file was deleted.

12 changes: 0 additions & 12 deletions cypress/integration/examples/images.ts

This file was deleted.

11 changes: 0 additions & 11 deletions cypress/integration/examples/inlines.ts

This file was deleted.

19 changes: 0 additions & 19 deletions cypress/integration/examples/markdown-preview.ts

This file was deleted.

52 changes: 0 additions & 52 deletions cypress/integration/examples/markdown-shortcuts.ts

This file was deleted.

28 changes: 0 additions & 28 deletions cypress/integration/examples/mentions.ts

This file was deleted.

Loading

0 comments on commit 5dc4396

Please sign in to comment.