Skip to content

Commit

Permalink
Merge pull request #1392 [Test Harness] Add test harness library
Browse files Browse the repository at this point in the history
[Test Harness] Add test harness library
  • Loading branch information
JoseAlcerreca committed Nov 23, 2022
2 parents 209fd08 + 5adcbc5 commit 8ce3ce4
Show file tree
Hide file tree
Showing 30 changed files with 1,735 additions and 445 deletions.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/testharness-bug-report.md
@@ -0,0 +1,16 @@
---
name: Test harness bug report
about: Create a report about test harness
title: "[Test Harness]"
labels: testharness
assignees: alexvanyo

---

**Description**

**Steps to reproduce**

**Expected behavior**

**Additional context**
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -64,6 +64,9 @@ A wrapper around WebView for basic WebView support in Jetpack Compose.
### 📜 [Adaptive](./adaptive/)
A library providing a collection of utilities for adaptive layouts.

### 📜 [Test Harness](./testharness/)
Utilities for testing Compose layouts.

### 📐 [Insets](./insets/) (Deprecated)
See our [Migration Guide](https://google.github.io/accompanist/insets/) for migrating to Insets in Compose.

Expand Down
3 changes: 3 additions & 0 deletions adaptive/build.gradle
Expand Up @@ -96,6 +96,9 @@ dependencies {
androidTestImplementation project(':internal-testutils')
testImplementation project(':internal-testutils')

androidTestImplementation project(':testharness')
testImplementation project(':testharness')

androidTestImplementation libs.junit
testImplementation libs.junit

Expand Down

0 comments on commit 8ce3ce4

Please sign in to comment.