Skip to content

Commit

Permalink
Switch to lullabot/ddev-playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Lassen committed Dec 11, 2024
1 parent 8f19d9d commit c05ddac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion commands/host/1x-playwright
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

## #ddev-generated
## Description: Run deviantintegral/ddev-playwright commands in a slightly more sane way :)
## Description: Run lullabot/ddev-playwright commands in a slightly more sane way :)
##
## Usage: 1x-playwright
## OSTypes: darwin,linux
Expand Down
4 changes: 2 additions & 2 deletions commands/host/1x-playwright-install
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

## #ddev-generated
## Description: Install the deviantintegral/ddev-playwright addon and does some basic onex config.
## Description: Install the lullabot/ddev-playwright addon and does some basic onex config.
## Usage: 1x-playwright-install

start=`date +%s`
Expand All @@ -14,7 +14,7 @@ BROWN='\033[0;33m'
NC='\033[0m' # No Color

echo -e "${GREEN}Installing playwright (within DDEV):${NC}"
ddev get deviantintegral/ddev-playwright
ddev get lullabot/ddev-playwright
ddev restart

ddev exec -d /var/www/html/ mkdir -p test/playwright
Expand Down

0 comments on commit c05ddac

Please sign in to comment.