Skip to content

apaillier-ledger/app-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

  • Download boilerplate_binaries.zip from a CI run : https://github.com/LedgerHQ/ragger/actions/workflows/build_and_tests.yml and place it alongside the Dockerfile
  • Build the container : docker build . -t app-tester:latest
  • Start it : docker run --user "$(id -u):$(id -g)" -e DISPLAY=$DISPLAY -v /tmp/.X11-unix/:/tmp/.X11-unix/ -it app-tester:latest
  • Move into the Ragger local repository : cd /tmp/ragger-develop/
  • Start the Ragger tests : pytest -v --display --tb=short tests/ --cov ragger --cov-report xml --device all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published