Skip to content

Commit

Permalink
is screenshot working
Browse files Browse the repository at this point in the history
  • Loading branch information
jujhars13 committed Apr 10, 2018
1 parent 0408954 commit c8bd8de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Bikes Tester Exercise

![bikes screenshot](https://raw.githubusercontent.com/jujhars13/test-testers/master/screenshot.png)

## Usage

Please open the Site/index.html file in the latest version of Chrome - Enjoy :)
Expand All @@ -8,15 +10,15 @@ Tests can be run by opening the Tests/RunTests.html file in the latest version o

## Running

This application can be run simply using [Docker](https://www.docker.com/). You will be using Docker a lot here so learn that stuff:
This application can be run simply using [Docker](https://www.docker.com/). You will be using Docker a lot here, so learn that stuff:

```bash
docker run -it -v ${PWD}/app:/usr/share/nginx/html:ro -p 80:80 nginx:1.13
````
Then browse to http://localhost to see the application:
Then browse to [http://localhost]() to see the application:
You can also run the Jasmine based unit test suite by browsing http://localhost

It can also be run by simply serving the `app/` directory from any web server on your machine.
It can also be run by simply serving the `app/` directory from any web server on your machine.


## Tasks
Expand Down
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c8bd8de

Please sign in to comment.