Software Alternatives & Reviews

How We Automated our End-to-End Testing from the First Line of Code

puppeteer Docker Compose
  1. Puppeteer is a Node library which provides a high-level API to control headless Chrome or Chromium...
    After some research and understanding of what we need to design and build, we chose Docker Compose, RPyC, and Puppeteer for our test automation suite. The tech stack for our E2E testing is completely independent of the stack we chose for our product of course (we’ll dive into this in a separate post), and it can run with any product that is able to run Docker and Docker Compose in their environment.

    #Automated Testing #Browser Testing #Software Development 101 social mentions

  2. Define and run multi-container applications with Docker
    After some research and understanding of what we need to design and build, we chose Docker Compose, RPyC, and Puppeteer for our test automation suite. The tech stack for our E2E testing is completely independent of the stack we chose for our product of course (we’ll dive into this in a separate post), and it can run with any product that is able to run Docker and Docker Compose in their environment.

    #Developer Tools #DevOps Tools #Cloud Computing 11 social mentions

Discuss: How We Automated our End-to-End Testing from the First Line of Code

Log in or Post with