bespoken / virtual-alexa

:robot: Easily test and debug Alexa skills programmatically
https://bespoken.io
Apache License 2.0
112 stars 35 forks source link

Mock user profile #120

Closed jperata closed 4 years ago

jperata commented 4 years ago

Relates to https://github.com/bespoken/bst/issues/606

codecov[bot] commented 4 years ago

Codecov Report

Merging #120 into master will increase coverage by 0.07%. The diff coverage is 96.15%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #120      +/-   ##
==========================================
+ Coverage   92.71%   92.79%   +0.07%     
==========================================
  Files          24       25       +1     
  Lines        1181     1207      +26     
  Branches      171      173       +2     
==========================================
+ Hits         1095     1120      +25     
- Misses         86       87       +1
Impacted Files Coverage Δ
src/core/VirtualAlexa.ts 95.74% <100%> (+0.12%) :arrow_up:
src/external/UserAPI.ts 95.45% <95.45%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 070f916...b1ec735. Read the comment docs.

jkelvie commented 4 years ago

Will we incorporate this into the skill tester, similar to how the address API works?

jperata commented 4 years ago

Yes, I'm merging and generating a version and integration on skill-testing as well as adding the documentation