]> source.dussan.org Git - sonarqube.git/blob
a24b6be01583ad7bff7a47f219db146c00fbff26
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <div>
5   <h4
6     className="huge-spacer-top spacer-bottom"
7   >
8     onboarding.analysis.dotnetcore.global
9   </h4>
10   <p
11     className="big-spacer-top markdown"
12   >
13     onboarding.analysis.dotnetcore.global.text
14   </p>
15   <CodeSnippet
16     snippet="dotnet tool install --global dotnet-sonarscanner"
17   />
18   <Alert
19     className="spacer-top"
20     variant="info"
21   >
22     onboarding.analysis.dotnetcore.global.text.path
23   </Alert>
24   <DotNetExecute
25     commands={
26       [
27         "dotnet sonarscanner begin /k:"projectKey" /d:sonar.host.url="host"  /d:sonar.login="token"",
28         "dotnet build",
29         "dotnet sonarscanner end /d:sonar.login="token"",
30       ]
31     }
32     component={
33       {
34         "breadcrumbs": [],
35         "key": "projectKey",
36         "name": "MyProject",
37         "qualifier": "TRK",
38         "qualityGate": {
39           "isDefault": true,
40           "key": "30",
41           "name": "Sonar way",
42         },
43         "qualityProfiles": [
44           {
45             "deleted": false,
46             "key": "my-qp",
47             "language": "ts",
48             "name": "Sonar way",
49           },
50         ],
51         "tags": [],
52       }
53     }
54   />
55 </div>
56 `;