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

[web] Run fake integration test #1384

Merged
merged 1 commit into from
Oct 24, 2023
Merged

Conversation

littleGnAl
Copy link
Contributor

@littleGnAl littleGnAl commented Oct 18, 2023

Only subset test cases can be run on web at this time.

@littleGnAl littleGnAl force-pushed the littlegnal/iris_tester_web branch from c4151e0 to b9d07da Compare October 24, 2023 09:19
@littleGnAl littleGnAl changed the title [WIP][web] Run fake/integration test [WIP][web] Run fake integration test Oct 24, 2023
@littleGnAl littleGnAl changed the title [WIP][web] Run fake integration test [web] Run fake integration test Oct 24, 2023
@littleGnAl littleGnAl merged commit ecfee97 into main Oct 24, 2023
33 checks passed
@littleGnAl littleGnAl deleted the littlegnal/iris_tester_web branch October 24, 2023 11:09
@@ -62,7 +63,20 @@ void generatedTestCases(IrisTester irisTester) {
'frame': frame.toJson(),
};

irisTester.fireEvent('AudioPcmFrameSink_onFrame', params: eventJson);
if (!kIsWeb) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Throughout all these updates there is a lot of (!kIsWeb), is the case that kIsWeb == true is all that handled?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants