Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test/2375: Setup Cypress for E2E testing #2446

Merged
merged 106 commits into from
Feb 23, 2022
Merged

test/2375: Setup Cypress for E2E testing #2446

merged 106 commits into from
Feb 23, 2022

Conversation

Sidsector9
Copy link
Member

@Sidsector9 Sidsector9 commented Nov 9, 2021

Description of the Change

The PR sets up Cypress to perform E2E testing.

Existing tests to be migrated (and potentially reorganized)

Features

  • Autosuggest
  • Document
  • Protected Content
  • Related Posts
  • Search
  • WooCommerce

Indexables

  • User

General

  • Basic (these tests were moved to other locations)
  • Dashboard Sync
  • General
  • Highlighting (moved to the Search feature)
  • Standard (WP Basic Functionality)
  • WP-CLI

Post Tests

  • Clean up (deletion of indices)

@felipeelia felipeelia assigned felipeelia and unassigned Sidsector9 Nov 16, 2021
@felipeelia felipeelia linked an issue Nov 19, 2021 that may be closed by this pull request
5 tasks
@jeffpaul
Copy link
Member

jeffpaul commented Dec 7, 2021

@felipeelia we should also be able to remove the WP Acceptance integration as part of this PR, correct?

@felipeelia
Copy link
Member

yup @jeffpaul, that is the plan

@@ -0,0 +1,63 @@
describe('Post Search Feature - Weighting Functionality', () => {
it("Can't find a post by title it title is not marked as searchable", () => {
Copy link
Member Author

Choose a reason for hiding this comment

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

Just a minor typo here I think it should be if instead of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update e2e testing framework, add base tests
3 participants