@@ -6,8 +6,9 @@ hide_table_of_contents: true
6
6
## <Icon name = " angle-right" /> What is Cypress Cloud?
7
7
8
8
<DocsImage
9
- src = " /img/dashboard/dashboard- runs-list .png"
9
+ src = " /img/guides/cloud/ runs/run-details-page .png"
10
10
alt = " Cloud Screenshot"
11
+ width = " 80%"
11
12
/>
12
13
13
14
[ 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.
32
33
## <Icon name = " angle-right" /> What counts as a test result?
33
34
34
35
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.
36
+ the number of tests you record each month in your organization.
36
37
37
38
Tests are recorded when [ cypress run] ( /guides/guides/command-line#cypress-run )
38
39
is 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.
57
58
## <Icon name = " angle-right" /> What is the difference between public and private projects?
58
59
59
60
** 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.
63
64
64
65
** A private project** means that only [ users] ( /guides/cloud/users ) you
65
66
explicitly invite to your [ organization] ( /guides/cloud/organizations ) can see
@@ -72,8 +73,8 @@ Cypress is **complementary** to your
72
73
[ CI provider] ( /guides/continuous-integration/introduction ) , and plays a
73
74
completely different role.
74
75
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.
77
78
78
79
The difference between [ Cypress Cloud] ( /guides/cloud/introduction ) and your CI
79
80
provider 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
160
161
different from run to run. For example it could be an environment variable
161
162
called ` CI_RUN_ID ` that you set when creating the containers to run Cypress. You
162
163
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:
164
+ [ ` --ci-build-id ` ] ( /guides/guides/command-line#cypress-run-ci-build-id-lt-id-gt )
165
+ when starting Cypress in each container:
165
166
166
167
``` shell
167
168
cypress run --record --parallel --ci-build-id $CI_RUN_ID
215
216
4 . Review your organization's usage
216
217
5 . Scroll down and select ** Upgrade** under your plan of choice
217
218
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?
225
220
226
221
If you are running the tests from within a restrictive VPN you will need to
227
222
allow some URLs so that Cypress can have effective communication with Cypress
0 commit comments