Skip to content

Commit fc8af2a

Browse files
committed
copy changes
1 parent efe2411 commit fc8af2a

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
lines changed

docs/faq/questions/cloud-faq.mdx

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -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

3434
Which [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

3737
Tests are recorded when [cypress run](/guides/guides/command-line#cypress-run)
3838
is 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
6565
explicitly 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
7373
completely 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

7878
The difference between [Cypress Cloud](/guides/cloud/introduction) and your CI
7979
provider 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
160160
different from run to run. For example it could be an environment variable
161161
called `CI_RUN_ID` that you set when creating the containers to run Cypress. You
162162
can 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
167167
cypress run --record --parallel --ci-build-id $CI_RUN_ID
@@ -215,13 +215,7 @@ by:
215215
4. Review your organization's usage
216216
5. 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

226220
If you are running the tests from within a restrictive VPN you will need to
227221
allow some URLs so that Cypress can have effective communication with Cypress

docs/faq/questions/company-faq.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,4 @@ Yes! You can check our open positions and apply
2020
## <Icon name="angle-right" /> Why the name _Cypress_?
2121

2222
We believe that tests should always pass -- in other words, should always be
23-
green. A cypress is an evergreen tree. So, Cypress!
24-
25-
<Icon name="tree" color="green" />
23+
green. A cypress is an evergreen tree. So, Cypress! 🌲

0 commit comments

Comments
 (0)