Skip to content

cara-lang/e2e-test-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

e2e-test-runner

Screenshot

A runner for Cara E2E tests (see the end-to-end-tests directory in the cara-lang/compiler repo).

The expected structure of these tests is:

- tests_root
  - first_test
    - main.cara
    - stdout.txt
  - second_test
    - main.cara
    - stderr.txt

etc.

  • If stdout.txt is present, it is required for the actual stdout to match it.

  • If it's missing, no stdout is allowed.

  • If stderr.txt is present, it is required for the actual stderr to match it.

  • If it's missing, no stderr is allowed.

About

Runner for the end-to-end test suite in Cara compiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published