|
1 | | -[](https://github.com/jackmatt2/java-snapshot-testing/actions) |
2 | | -[](https://jitpack.io/#jackmatt2/java-snapshot-testing) |
| 1 | +[](https://github.com/codedabble-dev/java-snapshot-testing/actions) |
| 2 | +[](https://jitpack.io/#codedabble-dev/java-snapshot-testing) |
3 | 3 |
|
4 | 4 | # Java Snapshot Testing |
5 | 5 | - Inspired by [facebook's Jest framework](https://facebook.github.io/jest/docs/en/snapshot-testing.html) |
6 | 6 |
|
7 | 7 | 🎉 4.+ is out |
8 | 8 |
|
9 | 9 | ## Upgrading |
10 | | -- Upgrade guide from 3.X to 4.X [here](https://github.com/jackmatt2/java-snapshot-testing/discussions/94) |
11 | | -- Upgrade guide from 2.X to 3.X [here](https://github.com/jackmatt2/java-snapshot-testing/discussions/73) |
12 | | -- Upgrade guide from 2.X-BETA to 2.X [here](https://github.com/jackmatt2/java-snapshot-testing/discussions/58) |
| 10 | +- Upgrade guide from 3.X to 4.X [here](https://github.com/codedabble-dev/java-snapshot-testing/discussions/94) |
| 11 | +- Upgrade guide from 2.X to 3.X [here](https://github.com/codedabble-dev/java-snapshot-testing/discussions/73) |
| 12 | +- Upgrade guide from 2.X-BETA to 2.X [here](https://github.com/codedabble-dev/java-snapshot-testing/discussions/58) |
13 | 13 |
|
14 | 14 | ## The testing framework loved by ~~lazy~~ __productive__ devs |
15 | 15 |
|
@@ -146,7 +146,7 @@ data. |
146 | 146 | - Does not give great insight to why the snapshot failed |
147 | 147 | - Can be difficult to troll though large snapshot changes where you might only be interested in a small set of fields |
148 | 148 |
|
149 | | -## Installation [JitPack](https://jitpack.io/#jackmatt2/java-snapshot-testing) |
| 149 | +## Installation [JitPack](https://jitpack.io/#codedabble-dev/java-snapshot-testing) |
150 | 150 |
|
151 | 151 | Add JitPack to your build repositories: |
152 | 152 |
|
@@ -339,7 +339,7 @@ public class JUnit4RulesExample { |
339 | 339 | } |
340 | 340 | ``` |
341 | 341 |
|
342 | | -See the [ParameterizedTest](https://github.com/jackmatt2/java-snapshot-testing/blob/master/java-snapshot-testing-junit4/src/test/java/au/com/origin/snapshots/ParameterizedTest.java) for an example implementation |
| 342 | +See the [ParameterizedTest](https://github.com/codedabble-dev/java-snapshot-testing/blob/master/java-snapshot-testing-junit4/src/test/java/au/com/origin/snapshots/ParameterizedTest.java) for an example implementation |
343 | 343 |
|
344 | 344 | ## [Spock](http://spockframework.org/) |
345 | 345 |
|
|
0 commit comments