Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playwright support #193

Merged
merged 7 commits into from
May 14, 2024
Merged

Playwright support #193

merged 7 commits into from
May 14, 2024

Conversation

lucatume
Copy link
Contributor

@lucatume lucatume commented May 10, 2024

This PR adds the playwright command to allow interacting with the node_modules/.bin/playwright binary in the slic container.
The command will not deal with requiring or installing Playwright or its dependencies, but will add a p alias in the stack.

E.g. to set up Playwright from scratch in a project:

slic npm init playwright@latest
slic playwright install chromium
slic playwright test

The same could be done from within slic shell:

$ npm init playwright@latest
$ p install chromium
$ p test

Finally, the PR adds the less binary to the slic container to allow for complete output of wp <command> --help.

@lucatume lucatume self-assigned this May 10, 2024
@lucatume lucatume changed the base branch from main to 1.6.3 May 10, 2024 12:54
@lucatume lucatume marked this pull request as ready for review May 10, 2024 13:51
@lucatume lucatume requested a review from borkweb May 10, 2024 13:56
@borkweb borkweb merged commit 4ae378b into 1.6.3 May 14, 2024
@borkweb borkweb deleted the playwright-support branch May 14, 2024 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants