Skip to content

Commit

Permalink
Update acceptance tests docs. (#2536)
Browse files Browse the repository at this point in the history
  • Loading branch information
fortmarek committed Feb 18, 2021
1 parent fb4fc11 commit 88fa175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/markdown/docs/contribution/testing-strategy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Acceptance tests run the built `tuist` command line against a wide range of [fix
Those are written in [Cucumber](https://cucumber.io/docs) and Ruby and can be found in [features](https://github.com/tuist/tuist/tree/main/features). Those are run when calling `./bin/fourier test tuist acceptance`:

```bash
# 32 is the line where the definition of the test starts
./bin fourier test tuist acceptance features/generate.feature:32
# 3 is the line where the definition of the test starts
./bin/fourier test tuist acceptance features/generate-1.feature:3
```

<Message
Expand Down

0 comments on commit 88fa175

Please sign in to comment.