-
Notifications
You must be signed in to change notification settings - Fork 354
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
[QAA-173]Speculos x LLM (local test) #7789
[QAA-173]Speculos x LLM (local test) #7789
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ 5 Skipped Deployments
|
New dependencies detected. Learn more about Socket for GitHub βοΈ
|
1ec72d7
to
e33d1dc
Compare
transport = { | ||
id: `speculos-http-${speculosApiPort}`, | ||
open: id => | ||
id.includes(port) ? retry(() => retry(() => SpeculosHttpTransport.open(req))) : null, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[ASK] do you need 2 retry()
here ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right, I removed one.
currencies.forEach(({ currency, nanoApp, tmsLink }) => { | ||
let deviceName: string; | ||
|
||
$TmsLink(tmsLink); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems to be specific to IntelliJ Idea, are we sure it works correctly with other IDE/Code editors ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure but I am using VS Code and it is working for me. I referred the jest-allure2-reporter
plugin documentation here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
acknowledge π
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing that we can use speculos in our 2e2 tests π
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see previous comment π
fcd9de7
e33d1dc
to
fcd9de7
Compare
β Checklist
npx changeset
was attached. (no need)π Description
First Speculos Add account test. Works only locally, another ticket will be done for the CI
Precondition :
Have a speculos image tagged "speculos"
Export following envVars :
β Context
π§ Checklist for the PR Reviewers