datopian / ckan-integration-tests

Cypress toolkit to run integration tests against a CKAN instance
https://tech.datopian.com/ckan/
MIT License
4 stars 3 forks source link

Adds non-browser-based test script #8

Closed cuducos closed 3 years ago

cuducos commented 3 years ago

This PR suggests a simple script to call CKAN JavaScript Client and create and push a blob to a resource using CKAN API. In the future, it can be moved to Cypress, but at the moment I am struggling to run async code inside Cypress runner, so this comes in as a hot fix to be reverted soon.

rufuspollock commented 3 years ago

@cuducos great and I assume you have run this and it works (?).

cuducos commented 3 years ago

Thanks for the feedback. I think @cotts, @kmanaseryan and I can quickly work on #9 and #10, making this PR obsolete.Let's keep it open more 24h and we decide to close or merge this. Does that make sense?

cuducos commented 3 years ago

Closed in favor of #13 (although documentation as described in #9 is still pending).