forked from saucelabs/the-internet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.template
41 lines (23 loc) · 842 Bytes
/
README.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# The Internet 0.58.0 (8, July 2020)
=======
An example application that captures prominent and ugly functionality found on the web. Perfect for writing automated acceptance tests against.
Deployed and available at [http://the-internet.herokuapp.com](http://the-internet.herokuapp.com).
The-internet is now wholly owned by Sauce Labs Inc.!
## Available Examples:
<%= examples %>
Don't see an example you need or think should be here? Contribute!
## Contribution Guidelines
tldr;
1. Fork
2. Build Something
3. Submit a Pull Request
4. High Five!
## Getting Started
Install your dependencies:
bundle install
Start the server:
rackup
Load the page you want to see in your browser:
http://localhost:9292/url_path
## See Also
- A Docker Image of the-internet ([link](https://hub.docker.com/r/gprestes/the-internet/))