1
0
mirror of synced 2026-08-05 23:16:54 +00:00

docs: add devtools instructions to CONTRIBUTING.md (#361)

This commit is contained in:
Yury Semikhatsky
2021-03-24 16:27:48 -07:00
committed by GitHub
parent ac7b1e4a7a
commit 1e4763c80d
+11 -2
View File
@@ -2,7 +2,16 @@
## How to Contribute
### Getting Code
### Installing Developer Tools
Install git, Java JDK (version >= 8), Maven (tested with version 3.6.3), on Ubuntu 20.04
just run the following command:
```sh
sudo apt-get install git openjdk-11-jdk maven
```
### Getting the Code
1. Clone this repository
@@ -19,7 +28,7 @@ scripts/download_driver_for_all_platforms.sh
Names of published driver archives can be found at https://github.com/microsoft/playwright-cli/actions
### Compiling and running the tests with Maven
### Building and running the tests with Maven
```bash
mvn compile