@@ -32,7 +32,7 @@ Please see our [Pricing Page](https://www.cypress.io/pricing) for more details.
3232## <Icon name = " angle-right" /> What counts as a test result?
3333
3434Which [ 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.
35+ the number of tests you record each month in your organization.
3636
3737Tests are recorded when [ cypress run] ( /guides/guides/command-line#cypress-run )
3838is called with the ` --record ` flag while supplying the record ` --key ` . This
@@ -57,9 +57,9 @@ been invited to see and review the test results of your organization.
5757## <Icon name = " angle-right" /> What is the difference between public and private projects?
5858
5959** 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.
60+ similar to how public projects on Github, Travis, or CircleCI are handled.
61+ Anyone who knows your ` projectId ` will be able to see the recorded runs,
62+ screenshots, and videos for public projects.
6363
6464** A private project** means that only [ users] ( /guides/cloud/users ) you
6565explicitly invite to your [ organization] ( /guides/cloud/organizations ) can see
@@ -72,8 +72,8 @@ Cypress is **complementary** to your
7272[ CI provider] ( /guides/continuous-integration/introduction ) , and plays a
7373completely different role.
7474
75- It doesn't replace or change anything related to CI. You will run Cypress tests
76- in your CI provider.
75+ It doesn't replace or change anything related to CI. You will still run Cypress
76+ tests in your CI provider.
7777
7878The difference between [ Cypress Cloud] ( /guides/cloud/introduction ) and your CI
7979provider is that your CI provider has no idea what is going on inside of the
@@ -160,8 +160,8 @@ Find a variable across your containers that is the same for all of them, but is
160160different from run to run. For example it could be an environment variable
161161called ` CI_RUN_ID ` that you set when creating the containers to run Cypress. You
162162can 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:
163+ [ ` --ci-build-id ` ] ( /guides/guides/command-line#cypress-run-ci-build-id-lt-id-gt )
164+ when starting Cypress in each container:
165165
166166``` shell
167167cypress run --record --parallel --ci-build-id $CI_RUN_ID
2152154 . Review your organization's usage
2162165 . Scroll down and select ** Upgrade** under your plan of choice
217217
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.
218+ ## <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?
225219
226220If you are running the tests from within a restrictive VPN you will need to
227221allow some URLs so that Cypress can have effective communication with Cypress
0 commit comments