]> source.dussan.org Git - sonarqube.git/blob
3145cee5f66275b3cae0814a538e80dcf308a7c9
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <div>
5   <div>
6     <h4
7       className="spacer-bottom huge-spacer-top"
8     >
9       onboarding.analysis.msbuild.header
10     </h4>
11     <p
12       className="markdown"
13     >
14       <FormattedMessage
15         defaultMessage="onboarding.analysis.msbuild.text"
16         id="onboarding.analysis.msbuild.text"
17         values={
18           {
19             "code": <code>
20               %PATH%
21             </code>,
22             "link": <withAppStateContext(DocLink)
23               to="/analyzing-source-code/scanners/sonarscanner-for-dotnet/"
24             >
25               onboarding.analysis.msbuild.docs_link
26             </withAppStateContext(DocLink)>,
27           }
28         }
29       />
30     </p>
31   </div>
32   <DotNetExecute
33     commands={
34       [
35         "SonarScanner.MSBuild.exe begin /k:"projectKey" /d:sonar.host.url="host" /d:sonar.login="token"",
36         "MsBuild.exe /t:Rebuild",
37         "SonarScanner.MSBuild.exe end /d:sonar.login="token"",
38       ]
39     }
40     component={
41       {
42         "breadcrumbs": [],
43         "key": "projectKey",
44         "name": "MyProject",
45         "qualifier": "TRK",
46         "qualityGate": {
47           "isDefault": true,
48           "key": "30",
49           "name": "Sonar way",
50         },
51         "qualityProfiles": [
52           {
53             "deleted": false,
54             "key": "my-qp",
55             "language": "ts",
56             "name": "Sonar way",
57           },
58         ],
59         "tags": [],
60       }
61     }
62   />
63 </div>
64 `;