Testing framework problems
See original GitHub issueCurrent issues/problems:
Moved to https://github.com/CartoDB/renderer-prototype/issues/156:
- Lack of GeoJSON properties. It is impossible or painful to test many styling expressions without these.
- Lack of GeoJSON metadata. It is impossible to reliable test many styling expressions without this, particularly categories.
Moved to https://github.com/CartoDB/renderer-prototype/issues/158:
- An easy way to run and/or prepare just one test
- A way to load multiple GeoJSONs from the same test. The current approach only allows for one GeoJSON, that is not enough for testing multilayer.
Moved to https://github.com/CartoDB/renderer-prototype/pull/161:
- Display image difference (not more
true is not false
messages). - Log Chrome’s console output
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (9 by maintainers)
Top Results From Across the Web
Top 9 Challenges In Automation Testing [2022]
Key challenges in automation testing · 1. Finding the right framework and tool · 2. Effective communication & collaboration in team · 3....
Read more >What Are The Challenges Faced In Automation Testing?
This is a huge myth. In fact, test automation requires the necessary technical skills to accurately design and maintain test automation framework and...
Read more >Challenges in Automation Testing and its Solutions
Common Challenges in Automated Testing · 1. Test Case Prioritization · 2. Communication and Collaboration · 3. Finding the right Testing Framework ......
Read more >Defining the Primary Problems that Test Automation ...
Test automation solves many problems. But, there are even more sequential ones that we have to think about before we can produce high-quality...
Read more >Manual and Automation Testing Challenges
Lots of my clients have invested heavily in Selenium and use it to test every function of the SUT. This leaves them with...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ll work on GeoJSON metadata and GeoJSON properties then
I’m going to implement the
x-folder
f-folder
detection, hope we are all agree on that 😃Btw, all the things related to the chrome’s console output, the diff image detection and rich output information should be done in Exquisite if we finally want to do it.