Skip to content

Merge branch 'master' of https://github.com/OmarElsheikh1/todo-app-qa… #4

Merge branch 'master' of https://github.com/OmarElsheikh1/todo-app-qa…

Merge branch 'master' of https://github.com/OmarElsheikh1/todo-app-qa… #4

Workflow file for this run

name: Run Selenium Test
on:
push:
branches: [ "master" ]
jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '21'
cache: maven
distribution: 'temurin'
- uses: browser-actions/setup-chrome@latest
- run: mvn clean test