End to End tests with Google's Puppeteer - Tyler Clark

Поделиться
HTML-код
  • Опубликовано: 24 дек 2024

Комментарии • 11

  • @cristiang4774
    @cristiang4774 6 лет назад +2

    For a computer science student that had no idea how to work with puppeteer and front-end tests this video was great! Thanks a lot!

  • @craigiswayne
    @craigiswayne 5 лет назад +1

    That Puppeteer Recorder is a game changer to port some functional testing into automation testing! Thank you!!!!

  • @JoeSmith69
    @JoeSmith69 6 лет назад +6

    Great talk man. Thanks so much! Definitely using Puppeteer for our project :)

  • @RaihanRazi
    @RaihanRazi 5 лет назад +2

    Amazing to see how easy it is to set this up!

  • @balramshrivastav728
    @balramshrivastav728 3 года назад

    will you please tell me how parallel execution works on the jest-puppeteer framework?
    Below is the code that I had done already to achieve the parallel execution
    This is the jest.config.js file
    preset: "jest-puppeteer",
    testMatch: [
    "/tests/paralleltest/**.test.js",
    ],
    This is the jest-puppeteer.config.js file
    module.exports = {
    launch: {
    headless: false,
    exitOnPageError: true,
    args: ['--no-sandbox','--disable-notifications','--start-maximized','--force-device-scale-factor=1.0'],
    defaultViewport: null,

    },

    browserContext: "incognito",
    };
    This is the folder structure for parallel execution
    test/paralleltest/account.test.js,invite.test.js,action.test.js
    This is the script for parallel execution
    "parallel_testing":" jest ",

  • @himbary
    @himbary 4 года назад

    Puppeteer Recorder is amazing

  • @6Sambora
    @6Sambora 4 года назад

    How do i make slides like these?

  • @franklee813
    @franklee813 5 лет назад +2

    The search you did at the end showed a really bad result in Chinese, it's actually from a XXX website. lol.

  • @dustindavis2771
    @dustindavis2771 5 лет назад

    DAVIS COUNTY A+

  • @Autombot
    @Autombot 5 лет назад +1

    Use Puppeteer in the cloud: autombot.com