issues
search
kazurayam
/
materialstore
A domain-specific file system to store "materials" (screenshots, HTML, JSON, XML) collected during End-to-End testings using Selenium WebDriver etc. Features to make "diff" and compiling HTML reports are also included. This is written in pure Java8
Apache License 2.0
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
The diff image should paint the different pixels with Color.GRAY rather than Color.RED
#461
kazurayam
opened
8 months ago
0
bas.reduce.differ.*Differ#make*DiffContent methods have redundant variables: List<DiffRow> insertedRows and others
#460
kazurayam
opened
8 months ago
0
I am interested only in the INSERTED/DELETED/CHANGED lines, not in the EQUAL lines
#459
kazurayam
opened
9 months ago
2
AWS Java NIO SPI for S3
#458
kazurayam
opened
10 months ago
0
ignored attributes should be painted grey, but actually not
#457
kazurayam
opened
10 months ago
0
#450 fix the problem of Metadata attributes painted green
#456
kazurayam
closed
10 months ago
0
`com.kazurayam.materialstore.core.Metadata` class is not tested enough
#455
kazurayam
opened
10 months ago
0
`com.kazurayam.materialstore.core.metadata.MetadataImpl#annotate()` method is NOT tested
#454
kazurayam
opened
10 months ago
0
Domain specific language for the query on Metadata
#453
kazurayam
opened
10 months ago
0
#449 adjusting img width; coined v0.17.1
#452
kazurayam
closed
10 months ago
0
the path "src/main/resources/freemarker_templates/com/kazurayam/materialstore/filesystem" is inappropriate. Why is it named "filesystem"?
#451
kazurayam
opened
11 months ago
0
Why all of Metadata attributes are painted green?
#450
kazurayam
opened
11 months ago
6
In the report, a small image is displayed resized far larger
#449
kazurayam
closed
10 months ago
4
v0.17.0
#448
kazurayam
closed
11 months ago
0
TestFixtureSupport --- this class name is inappropriate; had better to rename this to some name more meaningful
#447
kazurayam
opened
11 months ago
0
com.kazurayam.materialstore.util.TestFixtureUtil class --- is it necessary? is it well-designed?
#446
kazurayam
closed
11 months ago
1
TestHelper class is no longer needed
#445
kazurayam
closed
11 months ago
2
remove the dependency to Apache Commons I/O FileUtils; instead use the unittest-helper lib
#444
kazurayam
closed
11 months ago
1
com.kazurayam.materialstore.freemarker.ReadAllLinesDirectiveTest.test_execute(ReadAllLinesDirectiveTest.java:27) failed due to " java.nio.file.FileSystemAlreadyExistsException: File system s3:s3.ap-northeast-3.AMAZONAWS.COM already exists"
#443
kazurayam
closed
11 months ago
2
In the `src/test/java` directory, replace "Paths.get(String)" to "java.nio.file.FileSystems.getDefault().getPath(String)"
#442
kazurayam
closed
11 months ago
3
The JAXB-API, is it really required as implementation dependency?
#441
kazurayam
closed
11 months ago
1
replace `Paths` to the FileSystem instance created by `FileSystemFactory.newFileSystem()`
#440
kazurayam
closed
11 months ago
1
introduce "unittest-helper"
#439
kazurayam
closed
11 months ago
6
Jobber#write(byte[] data, ...) should check that data argument should not be null
#438
kazurayam
closed
1 year ago
1
The feature of accessing AWS S3 for the materialstore library should be pluggable; it should not be required
#437
kazurayam
closed
11 months ago
4
Store#findAllJobNames() should throw JobNameNotFoundException when the JobName is not found
#436
kazurayam
closed
1 year ago
2
Message in the Exception thrown by Jobber.java:162 should show a shorter String representation of Metadata
#435
kazurayam
closed
1 year ago
1
Store.retrieve(Material, Path) method should be renamed to .export(Material, Path)
#434
kazurayam
closed
1 year ago
1
QueryOnMetadata that uses Regular Expression did not work
#433
kazurayam
closed
1 year ago
1
Javadoc of materialstore should be in English, rather than Japanese
#432
kazurayam
closed
11 months ago
1
Develop
#431
kazurayam
closed
1 year ago
0
The GraphNodeIdResolverTest failed
#430
kazurayam
opened
1 year ago
1
want Store#write(JobName, JobTimestamp, FileType.JPEG, Metadata, BufferedImage) with float compressionQuality as param
#429
kazurayam
closed
1 year ago
3
The diff image of JPEG images should be a JPEG image, not a PNG image; should rename ImageDifferToPNG class to ImageDiffStuffer
#428
kazurayam
closed
1 year ago
5
Develop
#427
kazurayam
closed
1 year ago
0
Develop
#426
kazurayam
closed
1 year ago
0
coined v0.16.3
#425
kazurayam
closed
1 year ago
0
23e9582d5189883e7d15cd78ea9cb89943cbdd6d html {"category":"NoMaterialFound"}
#424
kazurayam
closed
1 year ago
4
FileType in the index page of a JobTimestamp; should it be picked up from the left or the right?
#423
kazurayam
closed
1 year ago
3
Merge the materialstore-mapper project into the materialstore project
#422
kazurayam
closed
1 year ago
2
Develop
#421
kazurayam
closed
1 year ago
0
there is no dir of jobName=NISA_Chronos/jobTimestamp=_ at com.kazurayam.inspectus.core.internal.AbstractService.step5_backupLatest(AbstractService.java:112)
#420
kazurayam
closed
1 year ago
1
ImageDifferToPng#complementMaterialAsImage() is questionable
#419
kazurayam
closed
1 year ago
1
JobTimestamp.laterThan(JobTimestamp... previous) is buggy
#418
kazurayam
closed
1 year ago
1
Caused by: java.lang.OutOfMemoryError: Java heap space
#417
kazurayam
closed
1 year ago
9
c.k.m.base.reduce.DiffingMPGProcessor#stuffDiffByDiffer() should work quickly when the left Material is null
#416
kazurayam
closed
1 year ago
2
Develop
#415
kazurayam
closed
1 year ago
0
exclude some of FileTypes of binary files out of report
#414
kazurayam
closed
1 year ago
8
com.kazurayam.materialstore.diagram.dot.DotGenerator.generateDotOfMPGBeforeZip(DotGenerator.java:203) threw IndexOutOfBoundsException
#413
kazurayam
closed
1 year ago
1
want to make screenshot PNG files smaller in byte size
#412
kazurayam
closed
1 year ago
1
Next