Skip to content

Commit

Permalink
Added PathToFirefoxProfile to app.config
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja committed Sep 19, 2016
1 parent df2cfaf commit f061305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Objectivity.Test.Automation.Tests.Features/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<add key="GetPageSourceEnabled" value="true" />
<!--Use default firefox profile?-->
<add key="UseDefaultFirefoxProfile" value="false"/>
<add key="PathToFirefoxProfile" value="C:\Users\ci_objectivity\AppData\Roaming\Mozilla\Firefox\Profiles" />
</appSettings>
<specFlow>
<stepAssemblies>
Expand Down
2 changes: 1 addition & 1 deletion Objectivity.Test.Automation.Tests.Xunit/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<add key="SeleniumScreenShotEnabled" value="true"/>
<add key="GetPageSourceEnabled" value="true"/>
<!--Use default firefox profile?-->
<add key="UseDefaultFirefoxProfile" value="false"/>
<add key="UseDefaultFirefoxProfile" value="true"/>
<add key="PathToFirefoxProfile" value="C:\Users\ci_objectivity\AppData\Roaming\Mozilla\Firefox\Profiles" />
</appSettings>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
Expand Down

0 comments on commit f061305

Please sign in to comment.