@@ -6,8 +6,9 @@ hide_table_of_contents: true
66## <Icon name = " angle-right" /> What is Cypress Cloud?
77
88<DocsImage
9- src = " /img/dashboard/dashboard- runs-list .png"
9+ src = " /img/guides/cloud/ runs/run-details-page .png"
1010 alt = " Cloud Screenshot"
11+ width = " 80%"
1112/>
1213
1314[ Cypress Cloud] ( https://on.cypress.io/cloud ) gives you access to tests you've
@@ -32,7 +33,7 @@ Please see our [Pricing Page](https://www.cypress.io/pricing) for more details.
3233## <Icon name = " angle-right" /> What counts as a test result?
3334
3435Which [ pricing tier] ( https://www.cypress.io/pricing ) is best for you depends on
35- the number of test you record each month in your organization.
36+ the number of tests you record each month in your organization.
3637
3738Tests are recorded when [ cypress run] ( /guides/guides/command-line#cypress-run )
3839is called with the ` --record ` flag while supplying the record ` --key ` . This
@@ -57,9 +58,9 @@ been invited to see and review the test results of your organization.
5758## <Icon name = " angle-right" /> What is the difference between public and private projects?
5859
5960** A public project** means that anyone can see the recorded runs for it. It's
60- similar to how public projects on Github, Travis, or Circle are handled. Anyone
61- who knows your ` projectId ` will be able to see the recorded runs, screenshots ,
62- and videos for public projects.
61+ similar to how public projects on Github, Travis, or CircleCI are handled.
62+ Anyone who knows your ` projectId ` will be able to see the recorded runs,
63+ screenshots, and videos for public projects.
6364
6465** A private project** means that only [ users] ( /guides/cloud/users ) you
6566explicitly invite to your [ organization] ( /guides/cloud/organizations ) can see
@@ -72,8 +73,8 @@ Cypress is **complementary** to your
7273[ CI provider] ( /guides/continuous-integration/introduction ) , and plays a
7374completely different role.
7475
75- It doesn't replace or change anything related to CI. You will run Cypress tests
76- in your CI provider.
76+ It doesn't replace or change anything related to CI. You will still run Cypress
77+ tests in your CI provider.
7778
7879The difference between [ Cypress Cloud] ( /guides/cloud/introduction ) and your CI
7980provider is that your CI provider has no idea what is going on inside of the
@@ -160,8 +161,8 @@ Find a variable across your containers that is the same for all of them, but is
160161different from run to run. For example it could be an environment variable
161162called ` CI_RUN_ID ` that you set when creating the containers to run Cypress. You
162163can pass this variable via CLI argument
163- [ ` --ci-build-id ` ] ( /guides/guides/command-line#cypress-run-ci-build-id-lt-id-gt ) when
164- starting Cypress in each container:
164+ [ ` --ci-build-id ` ] ( /guides/guides/command-line#cypress-run-ci-build-id-lt-id-gt )
165+ when starting Cypress in each container:
165166
166167``` shell
167168cypress run --record --parallel --ci-build-id $CI_RUN_ID
2152164 . Review your organization's usage
2162175 . Scroll down and select ** Upgrade** under your plan of choice
217218
218- ## <Icon name = " angle-right" /> I'm working at a restrictive VPN. Which subdomains do I have to allow on
219-
220- my VPN for Cypress Cloud to work properly?
221-
222- To send the data and results of your tests to
223- [ Cypress Cloud] ( https://on.cypress.io/cloud-introduction ) , Cypress needs free
224- access to some URLs.
219+ ## <Icon name = " angle-right" /> I'm working at a restrictive VPN. Which subdomains do I have to allow on my VPN for Cypress Cloud to work properly?
225220
226221If you are running the tests from within a restrictive VPN you will need to
227222allow some URLs so that Cypress can have effective communication with Cypress
0 commit comments