Skip to content

Commit

Permalink
script tweak & another test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaffrepaul committed Oct 2, 2023
1 parent 442f54b commit a4118eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions docs/guides/cloud/analytics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ time, run duration and visibility into tests suite size over time.
alt="Cloud Analytics Runs Over Time Screenshot"
/>

This report shows the number of runs your organization has recorded to Cypress
Cloud, broken down by the final status of the run. Each run represents a single
invocation of `cypress run --record` for this project, whether in CI or on a
local machine.
This report shows the number of runs your organization has recorded to Cypress Cloud, broken down by the final status of the run. Each run represents a singleinvocation of `cypress run --record` for this project, whether in CI or on a local machine.

### Filters

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"lint:fix": "npm run lint:markdown:fix",
"lint:markdown": "prettier --check '**/*.{md,mdx}'",
"lint:markdown:fix": "prettier --write '**/*.{md,mdx}'",
"lint:staged": "prettier --write",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
Expand Down Expand Up @@ -65,6 +66,6 @@
]
},
"lint-staged": {
"*.{js,css,md}": "prettier --write"
"*.{md,mdx}": "npm run lint:staged"
}
}

0 comments on commit a4118eb

Please sign in to comment.