notion-dotnet / notion-sdk-net

A Notion SDK for .Net
MIT License
181 stars 46 forks source link

Integration Test Setup #261

Closed vijayvarmaD closed 2 years ago

vijayvarmaD commented 2 years ago

Currently, we have environment variable only for the token. If we can have env var for a pageId or a dbId and then each test can create a page under that and run whatever functionality they want to. We can also add this under a base class for integration test so that it becomes easy to do the initial setup.

@KoditkarVedant , I can work on it if this sounds good.