Angie Jones

Senior Director of Developer Relations, Applitools

@techgirl1908

 

@techgirl1908

 

@techgirl1908

 

@techgirl1908

 

@techgirl1908

 

@techgirl1908

 

@techgirl1908

Component Library

 

@techgirl1908

describe('Search for books', () => {

    it('should return multiple books with title Test', () => {
        cy.visit('/')
        cy.get('#searchBar').type('Test')
      
        cy.eyesOpen({
            appName: 'Bookstore', 
            testName: 'multiple search results',
        })
        cy.eyesCheckWindow()
        cy.eyesClose()
    })
})

Applitools Visual Testing

🤝

 

@techgirl1908

describe('Search for books', () => {

    it('should return multiple books with title Test', () => {
        cy.visit('/')
        cy.get('#searchBar').type('Test')
      
        cy.eyesOpen({
            appName: 'Bookstore', 
            testName: 'multiple search results',
            browser: [ 
              {width: 800, height: 600, name: 'chrome'},
              {width: 700, height: 500, name: 'firefox'},
              {width: 1600, height: 1200, name: 'ie11'},
              {width: 1024, height: 768, name: 'edgechromium'},
              {width: 800, height: 600, name: 'safari'},
              {deviceName: 'iPhone X', screenOrientation: 'portrait'},
              {deviceName: 'iPhone X', screenOrientation: 'landscape'},
              {deviceName: 'Pixel 2', screenOrientation: 'portrait'}
            ]
        })
        cy.eyesCheckWindow()
        cy.eyesClose()
    })
})

Applitools Ultrafast Grid

 

@techgirl1908

 

@techgirl1908

 

@techgirl1908

 

@techgirl1908

 

@techgirl1908

 

@techgirl1908

 

@techgirl1908

 

@techgirl1908

 

@techgirl1908

describe('A/B testing', () => {

    it('should return a variation', () => {
        cy.visit('/ab_page')
        cy.eyesCheckWindow()
    })
})

 

@techgirl1908

Angie Jones

Senior Director of Developer Relations, Applitools

@techgirl1908