- Added support for URI type to be passed to expect function
- bug: CLI was returning a 0 exit code on test failures
- bug: test suites were not being counted if they had a syntax error
Fixed issue in install script that would result in "has_required_glibc: command not found" error and then it attempting to install linux-musl which does not exist.
- Added --watch flag to run tester in file watch mode
- Sign binary so it can be easily run on Apple machines
- Tests can now contain more than one expect statement
- Modify get_subgraph_service_request to require a supergraph_request so that headers can be set on those kinds of tests
- Add support for int and () types for expectors
- Add to_exist() expecter function
- Fix release to include all artifacts
- Add README documentation and add back in other platform targets
- Updating changelog section config
- Take out version number from artifact generation
- small changes
- version number parse was too late
- test
- test
- just ignore me for now
- Fixing release steps
- Initial experimental build