Skip to content

Commit

Permalink
Merge branch 'main' into docs-visual-snapshot-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
marstupa authored Jan 26, 2024
2 parents b82f857 + 18161f4 commit ce51786
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
18 changes: 18 additions & 0 deletions docs/dev/cli/saucectl/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ Execute tests according to the environment, framework, and test suite specificat
<td><span className="t-cli">-h</span></td>
<td>Usage information for the <code>run</code> command.</td>
</tr>
<tr>
<td><span className="t-cli"><a href="#--help">--live-logs</a></span></td>
<td></td>
<td>Tail the live log output from a running Sauce Orchestrate container.</td>
</tr>
<tr>
<td><span className="t-cli"><a href="#--no-color">--no-color</a></span></td>
<td></td>
Expand Down Expand Up @@ -366,6 +371,19 @@ Usage information for the `run` command.

</div>

### <span className="cli">--live-logs</span>

<div className="cli-desc">
<p><small>| OPTIONAL | BOOLEAN | <span className="sauceGreen">Sauce Orchestrate Only</span></small></p>

Tail the live log output from a running Sauce Orchestrate container.

```bash
saucectl run --live-logs
```

</div>

### <span className="cli">--no-color</span>

<div className="cli-desc">
Expand Down
4 changes: 3 additions & 1 deletion docs/error-reporting/advanced/custom-symbol-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ Backtrace integrations using minidumps require symbol files to generate valuable
To meet Backtrace's requirements, the custom symbol server must:

- Follow Microsoft's standard symbol structure (that is, `<url>/<object_name>/<debug_id>/<file>`).
- Use tools like Windows symstore to generate files in the required structure.
- Use tools like Windows symstore to generate files in the required structure.
- Have a web frontend to serve the files via HTTP(S). Popular options include nginx, AWS, and Google Cloud buckets.
- Allow your Backtrace instance to access the server (firewall and network rules may need adjustments).
- Any file compression must utilize the CAB (Cabinet) compression mechanism. Backtrace does not support any other compression mechanisms over symbol servers at this time.
- Note that HTTP compression is also supported.

After generating symbol files from a build, you can use Windows symstore to store the files in the Microsoft standard symbol store structure. An example invocation of symstore looks like this:

Expand Down
2 changes: 1 addition & 1 deletion docs/visual-testing/integrations/storybook.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,4 @@ module.exports = {

```
If you wanna configure your own devices please follow the configuration steps inside the [playwright docs](https://playwright.dev/docs/emulation#devices).
If you'd like to configure your own devices, please follow the configuration steps inside the [playwright docs](https://playwright.dev/docs/emulation#devices).

0 comments on commit ce51786

Please sign in to comment.