Skip to content

Commit

Permalink
docs: update link to debug-js/debug repo (#30196)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Sep 6, 2024
1 parent 66dd368 commit 3db1bf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion guides/debug-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ localStorage.DEBUG = 'cypress:driver,cypress:driver:*'

For more info, see the [public documentation for printing debug logs](https://docs.cypress.io/guides/references/troubleshooting#Print-DEBUG-logs) and the [`debug` module docs][debug]

[debug]: https://github.com/visionmedia/debug#readme
[debug]: https://github.com/debug-js/debug#readme
2 changes: 1 addition & 1 deletion npm/grep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ Then I expect to see the grep string and the "filter tests" flag in the `env` ob

### Log messages

This module uses [debug](https://github.com/visionmedia/debug#readme) to log verbose messages. You can enable the debug messages in the plugin file (runs when discovering specs to filter), and inside the browser to see how it determines which tests to run and to skip. When opening a new issue, please provide the debug logs from the plugin (if any) and from the browser.
This module uses [debug](https://github.com/debug-js/debug#readme) to log verbose messages. You can enable the debug messages in the plugin file (runs when discovering specs to filter), and inside the browser to see how it determines which tests to run and to skip. When opening a new issue, please provide the debug logs from the plugin (if any) and from the browser.

### Debugging in the plugin

Expand Down
2 changes: 1 addition & 1 deletion packages/launcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ yarn workspace @packages/launcher test

## Debugging

Uses [debug](https://github.com/visionmedia/debug#readme)
Uses [debug](https://github.com/debug-js/debug#readme)
to output debug log messages. To turn on, use

```sh
Expand Down

5 comments on commit 3db1bf5

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 3db1bf5 Sep 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.14.3/linux-arm64/develop-3db1bf5ff38da9e85e796d977a76c99dcd1deba1/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 3db1bf5 Sep 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.14.3/linux-x64/develop-3db1bf5ff38da9e85e796d977a76c99dcd1deba1/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 3db1bf5 Sep 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.14.3/darwin-arm64/develop-3db1bf5ff38da9e85e796d977a76c99dcd1deba1/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 3db1bf5 Sep 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.14.3/win32-x64/develop-3db1bf5ff38da9e85e796d977a76c99dcd1deba1/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 3db1bf5 Sep 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.14.3/darwin-x64/develop-3db1bf5ff38da9e85e796d977a76c99dcd1deba1/cypress.tgz

Please sign in to comment.