]> source.dussan.org Git - sonarqube.git/blob
c2f54b404961dc79d8b170d0fddad9286a2754d1
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`renders correctly 1`] = `
4 <div>
5   <MSBuildScanner />
6   <BuildWrapper
7     className="huge-spacer-top"
8     os="win"
9   />
10   <h4
11     className="huge-spacer-top spacer-bottom"
12   >
13     onboarding.analysis.msbuild.execute
14   </h4>
15   <p
16     className="spacer-bottom markdown"
17     dangerouslySetInnerHTML={
18       Object {
19         "__html": "onboarding.analysis.msbuild.execute.text",
20       }
21     }
22   />
23   <Command
24     command={
25       Array [
26         "SonarQube.Scanner.MSBuild.exe begin",
27         "/k:\\"projectKey\\"",
28         undefined,
29         "/d:\\"sonar.cfamily.build-wrapper-output=bw-output\\"",
30         "/d:\\"sonar.host.url=host",
31         "/d:\\"sonar.login=token\\"",
32       ]
33     }
34   />
35   <Command
36     command="build-wrapper-win-x86-64.exe --out-dir bw-output MsBuild.exe /t:Rebuild"
37   />
38   <Command
39     command={
40       Array [
41         "SonarQube.Scanner.MSBuild.exe end",
42         "/d:\\"sonar.login=token\\"",
43       ]
44     }
45   />
46   <p
47     className="big-spacer-top markdown"
48     dangerouslySetInnerHTML={
49       Object {
50         "__html": "onboarding.analysis.msbuild.docs",
51       }
52     }
53   />
54 </div>
55 `;
56
57 exports[`renders correctly 2`] = `
58 <div>
59   <MSBuildScanner />
60   <BuildWrapper
61     className="huge-spacer-top"
62     os="win"
63   />
64   <h4
65     className="huge-spacer-top spacer-bottom"
66   >
67     onboarding.analysis.msbuild.execute
68   </h4>
69   <p
70     className="spacer-bottom markdown"
71     dangerouslySetInnerHTML={
72       Object {
73         "__html": "onboarding.analysis.msbuild.execute.text",
74       }
75     }
76   />
77   <Command
78     command={
79       Array [
80         "SonarQube.Scanner.MSBuild.exe begin",
81         "/k:\\"projectKey\\"",
82         "/d:\\"sonar.organization=organization\\"",
83         "/d:\\"sonar.cfamily.build-wrapper-output=bw-output\\"",
84         "/d:\\"sonar.host.url=host",
85         "/d:\\"sonar.login=token\\"",
86       ]
87     }
88   />
89   <Command
90     command="build-wrapper-win-x86-64.exe --out-dir bw-output MsBuild.exe /t:Rebuild"
91   />
92   <Command
93     command={
94       Array [
95         "SonarQube.Scanner.MSBuild.exe end",
96         "/d:\\"sonar.login=token\\"",
97       ]
98     }
99   />
100   <p
101     className="big-spacer-top markdown"
102     dangerouslySetInnerHTML={
103       Object {
104         "__html": "onboarding.analysis.msbuild.docs",
105       }
106     }
107   />
108 </div>
109 `;