Skip to content

mpizenberg/elm-test-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elm-test-runner

Helper elm package to run elm tests and report results. WARNING: please do not use outside of the elm-test-rs tests runner.

Test runner architecture

There is a main CLI built in Rust in the repository mpizenberg/elm-test-rs. It is tasked to fiddle with tests files, generate some Elm and JS files and run them. It ends with the start of a basic NodeJS supervisor program, supervising runners in workers and a reporter. Both the runner code and the reporter code are in Elm. You can find them here, in the modules ElmTestRunner.Runner and ElmTestRunner.Reporter. The following diagram summarizes the architecture and communication channels of the supervisor, reporter and runners.

architecture diagram

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages