mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-10 06:37:17 +00:00
Devcontainer updates (#9101)
* Update docker image - Required changes to pass display through from host OS * Update docs * Update devcontainer docs
This commit is contained in:
@@ -95,10 +95,11 @@ The frontend codebase it tested using [Playwright](https://playwright.dev/). The
|
||||
|
||||
### Install Playwright
|
||||
|
||||
To install the required packages to run the tests, you can use the following command:
|
||||
To install the required packages to run the tests, you can use the following commands:
|
||||
|
||||
```bash
|
||||
cd src/frontend
|
||||
sudo npx playwright install-deps
|
||||
npx playwright install
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user