-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation for #151 and review TOM
- Loading branch information
Cédric L. Charlier
committed
Dec 14, 2015
1 parent
14d0c10
commit b3c6d43
Showing
9 changed files
with
44 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
_documentation/config-connection-strings.md → _documentation/connection-configuration.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
layout: documentation | ||
title: Database providers | ||
prev_section: connection-providers | ||
next_section: connection-roles | ||
permalink: /docs/connection-powerbi-desktop/ | ||
--- | ||
To test a Power BI Desktop solution, you'll need to provide a connection-string redirecting to your Power BI Desktop solution. This connection-string must respect the following format: ```PBIX = Name of my Power BI Desktop solution```. The name of your solution should be the filename without the extension ".pbix". | ||
|
||
**Important note: In order to test this Power BI Desktop solution, the pbix file must be running during the execution of a test-suite.** | ||
|
||
{% highlight xml %} | ||
<testSuite name="The Query TestSuite" xmlns="http://NBi/TestSuite"> | ||
<settings> | ||
<default apply-to="system-under-test"> | ||
<connectionString>PBIX = My Solution</connectionString> | ||
</default> | ||
</settings> | ||
<test name="..."> | ||
... | ||
</test> | ||
</testSuite> | ||
{% endhighlight %} |
6 changes: 3 additions & 3 deletions
6
_documentation/config-database-providers.md → _documentation/connection-providers.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
_documentation/config-roles-query.md → _documentation/connection-roles.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters