Compartilhar via


PlaywrightServiceNUnit.SetupAsync Method

Definition

Setup the resources utilized by Playwright service.

[NUnit.Framework.OneTimeSetUp]
public System.Threading.Tasks.Task SetupAsync ();
[<NUnit.Framework.OneTimeSetUp>]
member this.SetupAsync : unit -> System.Threading.Tasks.Task
Public Function SetupAsync () As Task

Returns

Attributes
NUnit.Framework.OneTimeSetUpAttribute

Applies to