Skip to content

Commit 5b4ba0a

Browse files
committed
test case update
1 parent db168d4 commit 5b4ba0a

21 files changed

+7180
-0
lines changed

test/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# To test follow the steps
2+
3+
1. make sure the host is set to "Contentstack-Host"
4+
5+
npm test
6+
7+
# Contentstack Configuration
8+
9+
Stack = Contentstack.Stack({
10+
"api_key": "",
11+
"delivery_token": "",
12+
"environment": ""
13+
});
14+
15+
16+
# Run the tests
17+
18+
npm test (to write output to file just follow | tap-json > path-to-file/filename.json)

0 commit comments

Comments
 (0)