Error creating plugin

I am going through the “Creating a plugin guide” and managed to get to making a pull request section.

I am getting “all checks have failed” from the Travis Ci build as you can see in the images below.

This is the error code that I get when running npm test

  1. General error http://localhost:3996/test.html?__token=qo5j70 on {“browser”:“firefox”}:
    Error: Browser timed out within 120 seconds
    at Timeout.testTimedOut [as _onTimeout] (C:\Users\MrSocom\Dev\mrsocom-number-input\node_modules\testee\lib\runner.js:43:42)
    at ontimeout (timers.js:458:11)
    at tryOnTimeout (timers.js:296:5)
    at Timer.listOnTimeout (timers.js:259:5)

Assuming that running “npm test” passes for you locally, try just re-running the build. I have noticed that sometimes this error comes up for no apparent reason and goes away when you try again.

2 Likes

It is running locally, but don’t I have to merge first before going to _donejs_build?

I just mean to rerun the travis tests. In the upper right corner, there should be a “restart build” button.

1 Like

So i think I manage to figure out what has been breaking it

when I run the test, this shows up. Im assuming it’s the bootstrap version,
it is not working locally, I have “bootstrap”: “^4.0.0”