Skip to content

Commit

Permalink
add target-per_record to e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
flexponsive committed Feb 11, 2023
1 parent de6842e commit a066f3f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cookiecutter/ci-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Run a test against tap-template cookiecutter against the `tap-rest-api_key-githu

```bash
bash test_cookiecutter.sh ../tap-template/ ./tap-rest-api_key-github.json
bash test_cookiecutter.sh ../target-template/ ./target-per_record.json
```

12 changes: 12 additions & 0 deletions cookiecutter/ci-tests/target-per_record.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"cookiecutter": {
"destination_name": "MyDestinationName",
"admin_name": "FirstName LastName",
"target_id": "target-per_record",
"library_name": "target_per_record",
"variant": "None (Skip)",
"serialization_method": "Per record",
"_template": "./sdk/cookiecutter/target-template",
"_output_dir": "."
}
}

0 comments on commit a066f3f

Please sign in to comment.