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

E2E tests / visual regression testing on CI #116

Open
ryyppy opened this issue Feb 20, 2020 · 2 comments
Open

E2E tests / visual regression testing on CI #116

ryyppy opened this issue Feb 20, 2020 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@ryyppy
Copy link
Member

ryyppy commented Feb 20, 2020

The project is slowly getting big and manual testing can be a hazzle, so I'd like to slowly figure out what tools to use to automate some of those things.

Thinking about Cypress for E2E and Percy for screenshot / visual regression testing automation.
I'd appreciate any input from experienced testers in that regard!

@ryyppy ryyppy added the help wanted Extra attention is needed label Feb 20, 2020
@lessp
Copy link
Contributor

lessp commented Feb 20, 2020

Can recommend Cypress for E2E-tests, have used quite a bit, especially with the cucumber syntax extension: https://www.npmjs.com/package/cypress-cucumber-preprocessor

From their example:

Feature: The Facebook
 
  I want to open a social network page
  
  @focus
  Scenario: Opening a social network page
    Given I open Google page
    Then I see "google" in the title

@ghost
Copy link

ghost commented Jan 14, 2021

Typescript uses backstopjs for visual regression tests. I was also interested in Percy for a site that I am working on, but I stopped research for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants