]> source.dussan.org Git - sonarqube.git/blob
13edb7d737070660a8587f5e24d1bfd081dba2bc
[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           Object {
19             "code": <code>
20               %PATH%
21             </code>,
22             "link": <a
23               href="https://redirect.sonarsource.com/doc/download-scanner-msbuild.html"
24               rel="noopener noreferrer"
25               target="_blank"
26             >
27               onboarding.analysis.msbuild.docs_link
28             </a>,
29           }
30         }
31       />
32     </p>
33   </div>
34   <DotNetExecute
35     commands={
36       Array [
37         "SonarScanner.MSBuild.exe begin /k:\\"projectKey\\" /d:sonar.host.url=\\"host\\" /d:sonar.login=\\"token\\"",
38         "MsBuild.exe /t:Rebuild",
39         "SonarScanner.MSBuild.exe end /d:sonar.login=\\"token\\"",
40       ]
41     }
42     component={
43       Object {
44         "breadcrumbs": Array [],
45         "key": "projectKey",
46         "name": "MyProject",
47         "qualifier": "TRK",
48         "qualityGate": Object {
49           "isDefault": true,
50           "key": "30",
51           "name": "Sonar way",
52         },
53         "qualityProfiles": Array [
54           Object {
55             "deleted": false,
56             "key": "my-qp",
57             "language": "ts",
58             "name": "Sonar way",
59           },
60         ],
61         "tags": Array [],
62       }
63     }
64   />
65 </div>
66 `;