Skip to content
Discussion options

You must be logged in to vote

Rather general question, don't really have an answer but maybe I can give you a few pointers...

Mocking .las Files: Has anyone successfully mocked .las files for testing? If so, what tools or strategies did you use?

Especially in loaders.gl we have a lot of test files for different formats. We typically include smaller test files in the primary repo, an load them from the file system. You can typically fetch local resources from your tests, or you can use the "rawgithub" URLs to access your files as if GitHub was a CDN.

For bigger files, we have separate repos like deck.gl-data, to avoid making the code repo "too heavy".

What are the recommended ways to test user interactions with the …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@iamravisingh
Comment options

Answer selected by iamravisingh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants