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
QueryOnMetadata that uses Regular Expression did not work #433
I created in https://github.com/kazurayam/materialstore-tutorial/blob/develop/src/test/java/my/sample/T05SelectMaterialListTest.java
I expected this test to pass, but it failed. The materialList.size() returned 0.
I specified a Regular Expression here:
QueryOnMetadata.builder().put("label", "[a-z]+")
It seems it does not work.