Skip to content

Commit 61b94e7

Browse files
authored
Update README.md
1 parent 71ad2ab commit 61b94e7

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

README.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,32 @@
1-
# Notes - Android Testing Codelab
1+
# Android Testing Codelab
2+
3+
This folder contains the source code for the Android testing codelab. It gives an introduction into testing on Android, including unit tests and UI tests.
4+
5+
### Getting Started
6+
7+
Check out branch `master` or any of our step branches `step-1-5` to start and follow the instructions here: http://www.code-labs.io/codelabs/android-testing/
8+
9+
10+
Clone this repository, enter the top level directory and run <code>./gradlew tasks</code> to get an overview of all the tasks available for this project.
11+
12+
### License
13+
14+
15+
```
16+
Copyright 2016 Google, Inc.
17+
18+
Licensed to the Apache Software Foundation (ASF) under one or more contributor
19+
license agreements. See the NOTICE file distributed with this work for
20+
additional information regarding copyright ownership. The ASF licenses this
21+
file to you under the Apache License, Version 2.0 (the "License"); you may not
22+
use this file except in compliance with the License. You may obtain a copy of
23+
the License at
24+
25+
http://www.apache.org/licenses/LICENSE-2.0
26+
27+
Unless required by applicable law or agreed to in writing, software
28+
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
29+
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
30+
License for the specific language governing permissions and limitations under
31+
the License.
32+
```

0 commit comments

Comments
 (0)