Skip to content

Commit 539bead

Browse files
author
Nick Rout
authored
Merge branch 'main' into main
2 parents 762d09f + 8ce3ce4 commit 539bead

File tree

32 files changed

+1737
-447
lines changed

32 files changed

+1737
-447
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Test harness bug report
3+
about: Create a report about test harness
4+
title: "[Test Harness]"
5+
labels: testharness
6+
assignees: alexvanyo
7+
8+
---
9+
10+
**Description**
11+
12+
**Steps to reproduce**
13+
14+
**Expected behavior**
15+
16+
**Additional context**

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ A wrapper around WebView for basic WebView support in Jetpack Compose.
7070
### 📜 [Adaptive](./adaptive/)
7171
A library providing a collection of utilities for adaptive layouts.
7272

73+
### 📜 [Test Harness](./testharness/)
74+
Utilities for testing Compose layouts.
75+
7376
### 📐 [Insets](./insets/) (Deprecated)
7477
See our [Migration Guide](https://google.github.io/accompanist/insets/) for migrating to Insets in Compose.
7578

adaptive/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ dependencies {
9696
androidTestImplementation project(':internal-testutils')
9797
testImplementation project(':internal-testutils')
9898

99+
androidTestImplementation project(':testharness')
100+
testImplementation project(':testharness')
101+
99102
androidTestImplementation libs.junit
100103
testImplementation libs.junit
101104

0 commit comments

Comments
 (0)