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

feat: Voice search capability #373

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from
Open

feat: Voice search capability #373

wants to merge 5 commits into from

Conversation

PreethiMaai
Copy link
Contributor

No description provided.

@PreethiMaai PreethiMaai changed the title Voice search capability feat: Voice search capability Mar 21, 2025
Copy link

Invalid PR title. It must start with feat: or fix: or BREAKING CHANGE: or feat(): or fix(): or BREAKING CHANGE():. Please see our Contributing-Guide.

@@ -109,3 +109,13 @@ When('AppObject state for {string} is set to {string}', (app, state) => {
cy.log('Setting ' + appId + ' appObject state to ' + state);
});
});

Given(/I send '([^']+)' voice command/, (command) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Give info about the glue and its usage

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

Given(/I send '([^']+)' voice command/, (command) => {
cy.sendVoiceCommand(command).then((result) => {
if (result && result.success === true) {
fireLog.assert(true, `Voice command '${command}' was sent successfully.`);
Copy link
Contributor

Choose a reason for hiding this comment

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

can we make the log more descriptive

cy.sendVoiceCommand(command).then((result) => {
if (result && result.success === true) {
fireLog.assert(
true,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Update readme for all new glue, commands and request overrides

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

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.

None yet

3 participants