Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Mar 9, 2023
1 parent 7c2b13e commit 634ebb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ Create a new configuration file: `currents.config.js` in the project’s root, s
module.exports = {
projectId: "Ij0RfK",
recordKey: "xxx",
cloudServiceUrl: "https://cy.currents.dev", // Sorry Cypress users - set the director service URL
// Sorry Cypress users - set the director service URL
cloudServiceUrl: "http://cy.currents.dev",
};
```

Expand All @@ -59,7 +60,7 @@ module.exports = defineConfig({
npx cypress-cloud --parallel --record --key <your_key> --ci-build-id hello-cypress-cloud
```

See all the available options `npx cypress-cloud --help`. Learn more about [CI Build Id](https://currents.dev/readme/guides/cypress-ci-build-id).
See all the available options `npx cypress-cloud --help`. Learn more about [CI Build ID](https://currents.dev/readme/guides/cypress-ci-build-id).

## Example

Expand Down
4 changes: 2 additions & 2 deletions examples/webapp/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Example Usage of Cypress Cloud
# Example Usage of cypress-cloud

## CLI Usage

To run the example, make sure that you have an account at https://app.currents.dev (or Sorry Cypress instance).

### Configuration

Update `currents.config.js` with the `projectId`, `recordKey` obtained from a cloud orchestration service. Sorry Cypress users - use the director service URL as `recordServiceUrl`.
Update `currents.config.js` with the `projectId`, `recordKey` obtained from a cloud orchestration service. Sorry Cypress users - use the director service URL as `cloudServiceUrl`.

### E2E tests

Expand Down

0 comments on commit 634ebb3

Please sign in to comment.