-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
# Currents.dev - CircleCI Playwright Example | ||
|
||
This is an example repository that showcases using [CircleCI](https://circleci.com) with [Currents.dev](https://currents.dev). | ||
This is an example repository that showcases running Playwright tests using 3 parallel [CircleCI](https://circleci.com) containers with [Currents.dev](https://currents.dev). | ||
|
||
The example [config file](https://github.com/currents-dev/circleci-example/blob/master/.circleci/config.yml): | ||
The example [config file](.circleci/config.yml): | ||
|
||
- uses [Test CLI commands](https://playwright.dev/docs/test-cli) to run `@currents/playwright` for recording test results and parallelization with [Currents.dev](https://currents.dev) | ||
|
||
- Note: set the `CURRENTS_PROJECT_ID` [Environment variable](https://circleci.com/docs/2.0/env-vars/) - obtain the project id from [Currents.dev](https://app.currents.dev) | ||
- Set the `CURRENTS_PROJECT_ID` [Environment variable](https://circleci.com/docs/2.0/env-vars/) - obtain the project id from [Currents.dev](https://app.currents.dev) | ||
|
||
- Note: use CLI arguments to customize your Playwright runs, e.g.: `pwc --key <your Currents.dev key>` | ||
- Use CLI arguments to customize your Playwright runs, e.g.: `npx pwc --key <your Currents.dev key>` | ||
|
||
- Note: create an organization, get your record key at [Currents.dev](https://app.currents.dev) and set [Environment variable](https://circleci.com/docs/2.0/env-vars/) `CURRENTS_RECORD_KEY` | ||
|
||
--- | ||
- Create an organization, get your record key at [Currents.dev](https://app.currents.dev) and set [Environment variable](https://circleci.com/docs/2.0/env-vars/) `CURRENTS_RECORD_KEY` |