Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Basic integration tests. #58

Open
2 tasks
DavidGOrtega opened this issue Nov 22, 2023 · 1 comment
Open
2 tasks

[Feature Request] Basic integration tests. #58

DavidGOrtega opened this issue Nov 22, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@DavidGOrtega
Copy link

Some unit tests and integration test needed to be passed in order to merge to master.
We can check the translation and transcription of a small file and repeat the process encoding it in several formats.

  • unit tests that checks the translation and transcription of a file transcoded into many formats
  • gh actions workflow to be run on every push
@DavidGOrtega DavidGOrtega added the bug Something isn't working label Nov 22, 2023
@DavidGOrtega DavidGOrtega changed the title [FEAT] Basic integration tests. [Feature Request] Basic integration tests. Nov 22, 2023
@FL33TW00D
Copy link
Owner

Some unit tests and integration test needed to be passed in order to merge to master. We can check the translation and transcription of a small file and repeat the process encoding it in several formats.

  • unit tests that checks the translation and transcription of a file transcoded into many formats
  • gh actions workflow to be run on every push

Hi David,
Great points you've raised.

I have exactly this test setup on the Rust side of things, but this doesn't test the typescript side.
I'd like to have this across multiple browsers, since all of their WebGPU implementations are very different.

Will keep this open and put together a scaffold.

Thanks again,
Chris

@FL33TW00D FL33TW00D added enhancement New feature or request and removed bug Something isn't working labels Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants