Coder Social home page Coder Social logo

testreplaymodule's Introduction

TestReplayModule

testreplaymodule's People

Contributors

cervator avatar iaronaraujo avatar llvieira avatar skysom avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

testreplaymodule's Issues

Woodcut replay file not found when running WoodCutReplayTest

After downloading this module, I ran WoodCutReplayTest.java and an exception popped out saying that no replay found with Woodcut title. Then, I'm debugging it to catch this issue.

The first thing I realized, is that the method getSavedGameOrRecording(Path saveOrRecordingPath) put all the recorded file paths found into a SortedMap where the key is the last modified time of each corresponding manifest.json, however as the last modified time seems just the same for both Woodcut and Example, then the last recorded file path replaces the other one.

So I added a blank space to the Woodcut manifest file and as its last modified time was changed, I was able to ran it till the end. It is just a workaround though.

In a more illustrative way, the following is what happens...

Putting Woodcut file path into the map:
captura de tela de 2018-09-26 23-41-13

Putting Example file path into the map (it replaced the woodcut file path, because as you can see it has the same key value):
captura de tela de 2018-09-26 23-42-47

The exception:
captura de tela de 2018-09-26 23-44-36

After the addition of a blank space to woodcut manifest file (now, we have a different key value):
captura de tela de 2018-09-27 00-18-15

I'll try to figure out this problem, but if someone already have any idea, let me know it. ๐Ÿ‘

Replay Tests creating unwanted files

Right now, the execution of a Replay Test creates some unwanted files (config and screenshots). Those files are already in the gitignore, but it would be ideal if they were never created during the execution of a replay test.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.