webtestpractice/bitbucket-pipelines.yml

13 lines
266 B
YAML
Raw Normal View History

2023-01-19 16:10:06 +00:00
pipelines:
branches:
2023-01-19 16:11:54 +00:00
main:
2023-01-19 16:10:06 +00:00
- step:
name: Run The Webserver
script:
- cd MyWebApp
- dotnet run
- step:
name: Run the Playwright Tests
- cd PlaywrightTests
- dotnet test