Skip to content

Commit

Permalink
feat: Rename rules to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
twk3 authored Dec 13, 2024
1 parent a1db13e commit e00ccb5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Currents Automation Rules with Playwright
# Currents Actions with Playwright

Playwright [Automation Rules](https://docs.currents.dev/guides/automation-rules) for Currents.
[Currents Actions](https://docs.currents.dev/guides/currents-actions) for Playwright.

This is a simple example Playwright test project, that shows the different ways to configure the Currents Playwright fixtures to apply Rule Automation.
This is a simple example Playwright test project, that shows the different ways to configure the Currents Playwright fixtures to apply Actions.


## Setup
Expand All @@ -11,12 +11,12 @@ This is a simple example Playwright test project, that shows the different ways
- Update `playwright.config.ts` with Currents [record key](https://docs.currents.dev/guides/record-key) and [project id](https://docs.currents.dev/dashboard/projects/project-settings)
- Run `npm run test` for running tests, behind the scenes:
- runs playwright tests
- applied automation rules during the run
- applied Currents Actions during the run
- sends results to the Currents dashboard

## Rules Creation
## Actions Creation

Rules are created in the Currents Dashboard (see https://docs.currents.dev/guides/automation-rules#creating-rules-in-currents for more info)
Actions are created in the Currents Dashboard (see https://docs.currents.dev/guides/automation-rules#creating-rules-in-currents for more info)

<img width="1306" alt="Screenshot 2024-12-10 at 3 22 45 PM" src="https://github.com/user-attachments/assets/d150c645-7b6d-448c-b1a8-31934cf0b460" />

Expand Down

0 comments on commit e00ccb5

Please sign in to comment.