This repository is designed for end-to-end (E2E) web application testing using Playwright and Golang. It enables cross-browser automation with Playwright's powerful testing capabilities, combined with Golang’s speed and efficiency.
-
Download Golang from the Official Go Website.
-
Install the Playwright-Go package using Go’s package manager:
go get github.com/playwright-community/playwright-go
go run github.com/playwright-community/playwright-go/cmd/playwright install
- Excecute Playwright-Go for Web E2E Automation (https://www.tucarro.com.co/)
go run main.go
-
Should be appear /text and /capture directories with "Volkswagen" Car images and information on txt files
-
Create a binary program with the E2E Automation for Windows OS [Optional]
go build main.go