diff --git a/.github/workflows/continuous-testing.yml b/.github/workflows/continuous-testing.yml index 86055de..0efc195 100644 --- a/.github/workflows/continuous-testing.yml +++ b/.github/workflows/continuous-testing.yml @@ -4,13 +4,13 @@ on: push: branches: [ main ] pull_request: - branches: [ main, develop ] + branches: [ main ] jobs: e2e-tests: runs-on: ubuntu-22.04 - name: Robot Framework - E2E Tests 🤖 - + name: E2E Tests 🤖 + steps: - name: Checkout 🚀 uses: actions/checkout@v3 @@ -20,7 +20,7 @@ jobs: pip install robotframework pip install robotframework-browser - - name: Initialize Browser Library + - name: Initialize Browser Library (Playwright) run: | rfbrowser init diff --git a/README.md b/README.md index 2591de1..d9f7065 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Projeto de testes e2e realizado na 2ª temporada da série: Viver de Teste. -[![Robot Framework - E2E Tests](https://github.com/thinogueiras/VDT-Season02-RobotFramework/actions/workflows/ci-robot.yml/badge.svg)](https://github.com/thinogueiras/VDT-Season02-RobotFramework/actions/workflows/ci-robot.yml) +[![Robot Framework - E2E Tests](https://github.com/thinogueiras/VDT-Season02-RobotFramework/actions/workflows/continuous-testing.yml/badge.svg)](https://github.com/thinogueiras/VDT-Season02-RobotFramework/actions/workflows/continuous-testing.yml) ## Premiação do desafio VDT 🏅 🏅