Skip to content

Commit

Permalink
Add a snippet on filtering tests
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumew committed Jul 15, 2019
1 parent e8ba9d2 commit 578cd70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
OKTA_API_TOKEN=<api token>
OKTA_ORG_NAME=<org>
OKTA_BASE_URL=oktapreview.com

# Uncomment line below to get debug log output, this will allow you to see every HTTP request
# TF_LOG=debug
3 changes: 3 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ Acceptance tests are run against real infrastructure and thus require credential
```shell
cp .env.sample .env
dotenv make testacc
# Or run a particular test
TEST_FILTER=TestAccDataSourceAppSaml dotenv make testacc
```

## Creating a PR
Expand Down

0 comments on commit 578cd70

Please sign in to comment.