snowplow / snowplow-scala-tracker

Snowplow event tracker for Scala. Add analytics to your Scala, Akka and Play apps and servers
http://snowplowanalytics.com
8 stars 14 forks source link

Integrate scalacheck-schema into test suite #72

Open chuwy opened 6 years ago

chuwy commented 6 years ago

There's StressTest module in test scope, which we use sometimes to test backend components. Right now it generates very simple instances for couple of predefined schemas. It would be nice to extend it to work with any Iglu JSON Schema.

asoltysik commented 6 years ago

scalacheck-schema is 2.11-only at the moment, so I guess it's either a blocker or we can move this to the next milestone.

chuwy commented 6 years ago

Ah, ok. Let's push it back.