Skip to content

heitorsilva/tracking-test-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tracking Test Automation

Prototype to find a solution for tracking fired events on BrowserStack browsers.

Requirements

Docker

Install Docker on your machine: https://www.docker.com/get-started

After the installation, go to preferences, and set the number of CPUs to the maximum capacity of your computer.

The next commands must be executed from within the root of the project.

# If you're running for the first time
docker-compose build

# If you're running after the first time
docker-compose up

Other usefull commands:

docker-compose exec api ash # go inside a running api container
docker-compose exec qa bash # go inside a running qa container
docker-compose exec web ash # go inside a running web container
docker-compose down # kills running containers

About

Prototype to find a solution for tracking fired network events on BrowserStack browsers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published