Skip to content

Commit

Permalink
commit 82c5978
Browse files Browse the repository at this point in the history
Merge: fa3c71c df6ef07
Author: Benedikt Kulmann <benedikt@kulmann.biz>
Date:   Tue May 3 15:30:12 2022 +0200

    Merge pull request #6863 from owncloud/stripp-integration-tests

    Remove integration tests
  • Loading branch information
kulmann committed May 3, 2022
1 parent 338d447 commit 0f1f779
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion development.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Everyone is invited to contribute. Simply fork [the codebase](), check [the issu

### Linting and tests

To make sure your pull request can be efficiently reviewed and won't need a lot of changes down the road, please run the linter and the unit&integration tests via `yarn lint --fix` and `yarn test:unit && yarn test:integration` locally. [Our CI](https://drone.owncloud.com/owncloud/web) will run on pull requests and report back any problems after that. For a further introduction on how we handle testing, please head to the [testing docs]({{< ref "testing/_index.md" >}}).
To make sure your pull request can be efficiently reviewed and won't need a lot of changes down the road, please run the linter and the unit tests via `yarn lint --fix` and `yarn test:unit` locally. [Our CI](https://drone.owncloud.com/owncloud/web) will run on pull requests and report back any problems after that. For a further introduction on how we handle testing, please head to the [testing docs]({{< ref "testing/_index.md" >}}).

### Changelog items

Expand Down
5 changes: 2 additions & 3 deletions testing/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@ $ cd web
$ yarn
```

### Unit & Integration Tests
### Unit Tests

We have a steadily growing coverage of both unit and integration tests. You can run them locally via
We have a steadily growing coverage of unit tests. You can run them locally via

```shell
$ yarn test:unit
$ yarn test:integration
```

You can also specify which tests to run by giving a path param, like so: `yarn test:unit packages/<app-name>/tests/unit/path/to/test.spec.js`.
Expand Down

0 comments on commit 0f1f779

Please sign in to comment.