You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-94Lines changed: 7 additions & 94 deletions
Original file line number
Diff line number
Diff line change
@@ -10,44 +10,18 @@ nvm use && yarn
10
10
11
11
## Setup dev environment
12
12
13
-
You can also execute docker commands one by one, see [Docker commands](#docker)
14
-
15
13
```bash
16
14
yarn docker:setup
17
15
```
18
16
19
-
### Docker
20
-
21
-
#### Build
22
-
23
-
Build docker image from [Dockerfile](./Dockerfile)
24
-
25
-
[How to add a new client](https://api-clients-automation.netlify.app/docs/addNewClient) | [How to add a new language](https://api-clients-automation.netlify.app/docs/addNewLanguage) | [Common Test Suite](https://api-clients-automation.netlify.app/docs/commonTestSuite) | [Run the playground](https://api-clients-automation.netlify.app/docs/playground)
26
-
27
-
```bash
28
-
yarn docker:build
29
-
```
30
-
31
-
#### Mount
32
-
33
-
Mount docker image on `dev` container
34
-
35
-
```bash
36
-
yarn docker:mount
37
-
```
38
-
39
-
#### Clean
40
-
41
-
Stops `dev` container and clean the built image
42
-
43
-
```bash
44
-
yarn docker:clean
45
-
```
17
+
[Read more on our documentation](https://api-clients-automation.netlify.app/docs/automation/setupRepository)
46
18
47
19
## Contributing
48
20
49
21
You can make changes locally and run commands through the docker container.
- The playground [`playground`](./playground) ([Playground](https://api-clients-automation.netlify.app/docs/automation/testing/playground.md))
50
+
- Tests with our [`Common Test Suite`](./tests/) ([Common Test Suite](https://api-clients-automation.netlify.app/docs/automation/testing/commonTestSuite.md)).
0 commit comments