Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants