Update pr.yml #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: TestDriver.ai | |
on: | |
push: | |
branches: ["main"] | |
pull_request: | |
branches: ["main"] | |
workflow_dispatch: | |
jobs: | |
test: | |
name: "TestDriver" | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dashcamio/testdriver@main | |
id: testdriver | |
with: | |
prompt: | | |
1. navigate to boldstart.vc in google chrome | |
1. scroll all the way down | |
1. click 'sign up for our newsletter' | |
1. enter '[email protected]' | |
1. press enter | |
1. validate that you see 'Thanks for contacting us!' |