Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Romfos committed Mar 29, 2024
1 parent 46dbc1e commit badcf95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Scenario: checkout form validation test
- https://www.nuget.org/packages/AutoTests.Framework.Playwright

# How to use
You can find example in Boostrap.Tests project for UI testing
You can find example in Bootstrap.Tests project for UI testing

Basic steps:
1) Create unit test project
Expand Down Expand Up @@ -82,7 +82,7 @@ internal sealed class BootstrapApplication : IApplication
# How to make browser window visible
By default browser will run in headless mode.

If you need to change this behaviour just add BeforeTestRun hook inside your test app and override BrowserTypeLaunchOptions like this:
If you need to change this behavior just add BeforeTestRun hook inside your test app and override BrowserTypeLaunchOptions like this:
```csharp
[Binding]
internal sealed class ReqnrollHooks
Expand Down

0 comments on commit badcf95

Please sign in to comment.