No mention of what happened to createRobot in 7.0 release notes
See original GitHub issueBug Report
Current Behavior There is no mention of what happened to createRobot in the 7.0 upgrade. We rely on createRobot for unit testing probots. When we upgrade and run existing test suites we see the following error:
TypeError: (0 , _probot.createRobot) is not a function
Expected behavior/code Some deprecation notice or notes in the release about which API to use.
Environment
- Probot version(s): v7.0.0
- Node/npm version:Node 8.11.3/yarn 1.7.0
- OS: OSX
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Stuck on Step 7 Process Automation Superbadge
What is happening is the following: Trailhead creates 7 Robot_Setup__c records. All of them with Date__c of 24th January 2018 (Wednesday).
Read more >#RobotFactory - Release Notes! | Brawl Stars
Improved basic attack from 920 to 940 damage · Super - Now charges with 4 attacks instead of 5 · Improved reload speed...
Read more >SerialLink - Peter Corke
SerialLink is a reference object. SerialLink objects can be used in vectors and arrays. Reference. Robotics, Vision & Control, Chaps 7-9, P. Corke ......
Read more >Robot Framework User Guide
Note. Prior to Robot Framework 3.2, non-ASCII spaces used in the data were ... variable ${TEST_NAME} within the test itself to refer to...
Read more >Mattermost legacy self-hosted changelog
This changelog summarizes updates for all self-hosted versions of ... We will no longer provide support for Mattermost Desktop App issues on Windows...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sorry, got this working. Thanks again!
Sorry @KevinGrandon, I meant to go back and fix this. I’ll do that now, but for posterity here’s the replacement:
Also: if you’re using
yourApp(robot)
, you can replace it withapp.load(yourApp)
, its a little nicer.