clydzik

Results 16 comments of clydzik

will just confirm that android+kotlin+spock is a heavy issue with it. probably the same will be with springboot applicaitons that are written in kotlin. any class/method mocked need to be...

@leonard84 thank You for clarification. My actual scope is android. And i will probably use an open annotation temporary but still using this feature for test purposes can be seen...

Can I ask why did you closed the issue?

Just to clarify. I started to work with @Config since setup was not working with ElectricSpock. Will add also that robolectric is working in every module of my application based...

After further investigation it seems that when in android studio i use home directory as {module}/src/main the problem does not occur. The problem still exists when using gradlew commandline to...

ok. sorry for the inconvenience. After some digging when i put the file robolectric.properties directly to {module}/src/test/resources it works properly previously i had this file in resources deeper prefixed with...

Thanks. Yeah. Maybe i was not precise. The problem with an awstats is that it just produce segfault when i want to show statistics with it so when directly calling...

For now i can confirm that the problem is in the subpages. At some page the layout is linked to a `oldpage` and crawler follows this. As wrote above example...

To be honest i'm not sure if i use --blockRules correctly or it it is not working as expected example like here: https://github.com/webrecorder/browsertrix-crawler/issues/574 It seems it blocks all resources. I...

yeah maybe i wrote too fast. It seems passing urls twice do the trick and it seems it works. ``` --blockRules 'https://hg1.hitbox.com' --blockRules 'https://cloud.cbm8bit.com' ``` Will do a bigger crawl...