Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
finnef committed Jun 27, 2019
2 parents bc6f55b + 61b89ef commit 9ad91e4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ The purpose of this lando "recipe" is to provide an easy setup for Drupal 8 core

### To start:
1. Make sure your software stack is installed and up to date: you need an up to date version of [lando](https://github.com/lando/lando/releases), Docker, Chrome and java.
2. Download the the repo to a new empty dir.
3. Start docker and run lando start from inside this dir.
2. Download the the repo to a new empty project directory.
3. Start docker (make sure your project dir [or parent dir] is shared in Docker > Preferences > File sharing)
4. run 'lando start' from inside this dir.

### Run!

Expand Down Expand Up @@ -59,7 +60,7 @@ In PHPStorm try to right-click a test function and select 'run'. Running tests v
- **run-selenium.sh**: this script sets the correct Chrome drive path and launches the project-local standalone Selenium server.


## Future imporvements
## Future improvements
- run functional and fjs tests via PHPStorm GUI
- export and import PHPStorm settings
- enable Test module by default
Expand Down

0 comments on commit 9ad91e4

Please sign in to comment.