You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-28Lines changed: 3 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ and record-playback through proxying.
36
36
37
37

38
38
39
-
See [getting started](https://www.mbtest.org/docs/gettingStarted) guide for more information.
39
+
See [getting started](http://localhost:2525/docs/gettingStarted) guide for more information once you have it running locally.
40
40
41
41
## Install and Run
42
42
@@ -48,34 +48,20 @@ Run:
48
48
49
49
mb
50
50
51
-
There are a number of [command line options](https://www.mbtest.org/docs/commandLine) if you need
51
+
There are a number of [command line options](http://localhost:2525/docs/commandLine) if you need
52
52
to customize mountebank.
53
53
54
54
All pre-release versions of mountebank are available with the `beta`[npm tag](https://www.npmjs.com/package/mountebank).
55
55
No `beta` version is published unless it has passed all tests.
56
56
57
57
## Learn More
58
58
59
-
After installing and running, view the docs in your browser at <http://localhost:2525>, or visit the
60
-
[public site](https://www.mbtest.org/).
59
+
After installing and running, view the docs in your browser at <http://localhost:2525>.
61
60
62
61
You can always learn more and support mountebank development by buying the book:
63
62
64
63
[](https://www.manning.com/books/testing-microservices-with-mountebank?a_aid=mb&a_bid=ee3288f4)
65
64
66
-
## Roadmap and Support
67
-
68
-
mountebank is used by a large number of companies and I think it's important to convey my best guess as to what
69
-
the feature roadmap is. I've adopted GitHub tools to manage the roadmap. Specifically, the
70
-
[Roadmap project](https://github.com/bbyars/mountebank/projects/9) page shows the features by release. I generally
71
-
re-prioritize and update the ETAs each release.
72
-
73
-
Visit the [Google group](https://groups.google.com/forum/#!forum/mountebank-discuss)
74
-
for any support questions. Don't be shy!
75
-
76
-
mountebank is provided free of charge and maintained in my free time. As such, I'm unable to make any kind
77
-
of guarantees around either support turn-around time or release dates.
78
-
79
65
## Building
80
66
81
67
There are two packages: mountebank itself, and a test package called mbTest (which houses all
@@ -96,17 +82,6 @@ advertising page, those tests will fail. I suggest that, under such circumstanc
96
82
and let them know that their policies are causing mountebank tests to fail. You can also set
97
83
the environment variable `MB_AIRPLANE_MODE=true`, which will avoid tests requiring your DNS resolver.
98
84
99
-
## Support
100
-
101
-
I make a good faith effort to monitor conversations in the [mountebank Google group](https://groups.google.com/g/mountebank-discuss).
102
-
Given that mountebank is a free tool freely maintained in my (increasingly limited) free time,
103
-
I make no promises about response time (or responses at all).
104
-
105
-
## Contributing
106
-
107
-
Contributions are welcome!
108
-
Some tips for contributing are in the [CONTRIBUTING.md](https://github.com/bbyars/mountebank/blob/master/CONTRIBUTING.md).
0 commit comments