Skip to main content

Notifications

Announcements

No record found.

Customer experience | Sales, Customer Insights,...
Unanswered

easyRepro TestSettings after install the framework using NuGet

Posted on by 40

I create a Nunit easyRepro test. I installed easyRepro using NuGet and copied TestSettings.cs from sample project. I changed the namespace of the TestSettings.cs in my project but I am having error 'BrowserOptions' does not contain a definition for UCIPerformanceMode for the last line of the below code.

public static BrowserOptions Options = new BrowserOptions

{

BrowserType = (BrowserType)Enum.Parse(typeof(BrowserType), Type),

PrivateMode = true,

FireEvents = false,

Headless = false,

UserAgent = false,

DefaultThinkTime = 2000,

RemoteBrowserType = (BrowserType)Enum.Parse(typeof(BrowserType), RemoteType),

RemoteHubServer = new Uri(RemoteHubServerURL),

UCITestMode = true,

UCIPerformanceMode = true

};

Do we really need to set UCIPerformanceMode since I commented out without causing any error when run my test. Is UCIPerformanceMode obsolete since I have NuGet latest stable version of easyRepro?

Thanks very much for all your reply!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,269 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,198 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans