Skip to content

Commit

Permalink
update test examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored Nov 26, 2023
1 parent 89413c0 commit c2bbe8c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion contributing/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,13 @@ $ make testacc
To run a subset of the acceptance test suite, you can run

```sh
# SDKv2 example
TESTARGS='-run "^<regex target of tests>" -count 1 -parallel 1' make testacc
# Example
TESTARGS='-run "^TestAccTestPagesProject" -count 1 -parallel 1' make testacc

# Framework example
TEST=./internal/framework/service/rulesets TESTARGS='-run "^<regex target of tests>" -count 1' make testacc
TEST=./internal/framework/service/rulesets TESTARGS='-run "^TestAccCloudflareRuleset_" -count 1' make testacc
```

You can also install other optional (but great to have tools) using `make tools`.
Expand Down

0 comments on commit c2bbe8c

Please sign in to comment.