dmitryvinn / applitools-execution-cloud-eyes-example

Example to showcase Execution Cloud

Home Page:https://execution-cloud-demo-app.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example of Using Execution Cloud with Selenium WebDriver, JUnit and Java

This repo has a short example of how to use the Applitool's Execution Cloud to test a web app with Selenium WebDriver, JUnit and Java.

Development

It's recommended that you use an IDE like Intellij IDEA since it has support for Maven (build systems), Java (programming language) and JUnit (testing framework).

Deployment

After you build the project, you will need to set your Applitools API key and then simply run a Maven command:

export APPLITOOLS_API_KEY=[YOUR KEY]
mvn test

About

Example to showcase Execution Cloud

https://execution-cloud-demo-app.vercel.app/


Languages

Language:Java 100.0%