Skip to content

feat: Selenoid compatible the conf file (#3209) #529

feat: Selenoid compatible the conf file (#3209)

feat: Selenoid compatible the conf file (#3209) #529

name: Smoke Tests (Firefox)
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Cache the Maven packages to speed up build
uses: actions/cache@v1
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Snapshot Build
run: mvn clean install -T4 -DskipTests
- name: Smoke Tests
uses: GabrielBB/xvfb-action@v1
with:
run: cd serenity-smoketests && mvn verify -Denvironment=firefox