cypress-io / cypress-example-kitchensink

This is an example app used to showcase Cypress.io testing.
https://example.cypress.io/
MIT License
1.22k stars 2.2k forks source link

docs: refer to npm consistently (branding) #812

Closed MikeMcC399 closed 6 months ago

MikeMcC399 commented 7 months ago

Issue

This repo refers to npm - a JavaScript package manager inconsistently using both upper case "NPM" and lower case "npm" in workflow-related comments and documentation.

Usage of capitalized "NPM" is however not in line with npm branding guidelines which state:

npm should never be capitalized unless it is being displayed in a location that is customarily all-capitals (ex. titles on man pages).

Changes

Change all relevant usage of "NPM" to lower case "npm", aligning with npm branding guidelines.

cypress-app-bot commented 7 months ago
MikeMcC399 commented 7 months ago

CircleCI tests with Firefox 124 are failing.

Timed out waiting for the browser to connect. Retrying...
Warning: terminator_CreateInstance: Failed to CreateInstance in ICD 4.  Skipping ICD.
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
error: XDG_RUNTIME_DIR is invalid or not set in the environment.

Timed out waiting for the browser to connect. Retrying again...

The browser never connected. Something is wrong. The tests cannot run. Aborting...
MikeMcC399 commented 7 months ago
MikeMcC399 commented 6 months ago
cypress-app-bot commented 6 months ago

:tada: This PR is included in version 2.0.6 :tada:

The release is available on:

Your semantic-release bot :package::rocket: