agents
This commit is contained in:
@@ -167,9 +167,13 @@ you can list other files in that folder on github to read more if you need to co
|
||||
|
||||
## changelogs
|
||||
|
||||
when you do an important change, update relevant CHANGELOG.md files for each package.
|
||||
when you do an any change, update relevant CHANGELOG.md files for each package.
|
||||
|
||||
also bump package.json versions and IMPORTANTLY also the extension/manifest.json version!
|
||||
|
||||
|
||||
you also MUST always bump the playwright core package.json version too on any changes made there. so during publishing we know if that package needs to also be published, first, before publishing playwriter. checking if its version is already publishing in npm with `npm show @xmorse/playwright-core version`
|
||||
|
||||
also bump package.json versions and IMPORTANT also the extension/manifest.json version too
|
||||
|
||||
## debugging playwriter mcp issues
|
||||
|
||||
@@ -205,6 +209,8 @@ cd playwright && git branch
|
||||
git checkout playwriter
|
||||
```
|
||||
|
||||
make sure to always bump the package json and update the
|
||||
|
||||
### bootstrapping the repo
|
||||
|
||||
after cloning this repo, run bootstrap to set up the playwright submodule:
|
||||
|
||||
@@ -165,9 +165,13 @@ you can list other files in that folder on github to read more if you need to co
|
||||
|
||||
## changelogs
|
||||
|
||||
when you do an important change, update relevant CHANGELOG.md files for each package.
|
||||
when you do an any change, update relevant CHANGELOG.md files for each package.
|
||||
|
||||
also bump package.json versions and IMPORTANTLY also the extension/manifest.json version!
|
||||
|
||||
|
||||
you also MUST always bump the playwright core package.json version too on any changes made there. so during publishing we know if that package needs to also be published, first, before publishing playwriter. checking if its version is already publishing in npm with `npm show @xmorse/playwright-core version`
|
||||
|
||||
also bump package.json versions and IMPORTANT also the extension/manifest.json version too
|
||||
|
||||
## debugging playwriter mcp issues
|
||||
|
||||
@@ -203,6 +207,8 @@ cd playwright && git branch
|
||||
git checkout playwriter
|
||||
```
|
||||
|
||||
make sure to always bump the package json and update the
|
||||
|
||||
### bootstrapping the repo
|
||||
|
||||
after cloning this repo, run bootstrap to set up the playwright submodule:
|
||||
|
||||
Reference in New Issue
Block a user