microsoft / microsoft/powerbi-visuals-utils-testutils
TestUtils compatibility with newer custom visuals APIs (3.8 and later)
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 16
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
It looks like that latest version of testutils is not yet compatible with latest custom visuals APIs due to move of the visual host.allowInteractions property -> host.hostCapabilities.allowInteractions.
Any plans to update?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the TestUtils code and tests that reference visual host.allowInteractions, then compare them with the newer custom visuals API where the property is under host.hostCapabilities.allowInteractions. Verify that the utility and its compatibility tests work with custom visuals APIs version 3.8 and later.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100