summaryrefslogtreecommitdiff
path: root/tests/specs/cert/cafile_install/__test__.jsonc
blob: 67af9be05ec21ccf2166fe1e86f183bf7b35cc8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "tempDir": true,
  "steps": [{
    "args": [
      "install",
      "--cert",
      "RootCA.pem",
      "-n",
      "echo_test",
      "--root",
      "$PWD",
      "-g",
      "https://localhost:5545/echo.ts"
    ],
    "output": "[WILDCARD]"
  }, {
    "if": "windows",
    "commandName": "./bin/echo_test.cmd",
    "flaky": true,
    "args": ["foo"],
    "output": "[WILDCARD]foo"
  }, {
    "if": "unix",
    "commandName": "./bin/echo_test",
    "flaky": true,
    "args": ["foo"],
    "output": "[WILDCARD]foo"
  }]
}