Code Monkey home page Code Monkey logo

applitools-holiday-hackathon-2020's Introduction

Applitools Holiday Hackathon 2020

This repository contains a solution for the Applitools Holiday Hackathon 2020. It is a TypeScript project that uses Playwright for testing.

Project Setup

Install the dependencies:

npm install
npx playwright install

Running Tests

You'll need an Applitools account, which you can register for free. Set your secret Applitools API key:

export APPLITOOLS_API_KEY=<your-key>

Then, you'll need to set an Applitools batch ID. Since these Playwright tests will run in parallel, they need to have a common batch ID injected into them:

export APPLITOOLS_BATCH_ID=`uuidgen` 

You can use any type of string-based ID. It is recommended to generate a fresh ID for every batch. (Commands will be different for Windows.)

Then, run the tests:

npm test

This command runs tests against Chromium. You can explicitly run tests against other browsers like this:

npx playwright test --project chromium
npx playwright test --project firefox
npx playwright test --project webkit

If you run npx playwright test without specifying a project, then Playwright will run tests against all three browsers. However, you only need to run tests against one local browser. Applitools Eyes will capture visual snapshots to render on multiple different browser configurations in the Ultrafast Grid.

applitools-holiday-hackathon-2020's People

Contributors

automationpanda avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.