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

chore: replace pptr with pw #643

Merged
merged 3 commits into from
Jan 25, 2020
Merged

chore: replace pptr with pw #643

merged 3 commits into from
Jan 25, 2020

Conversation

yury-s
Copy link
Member

@yury-s yury-s commented Jan 25, 2020

No description provided.

@@ -1,5 +1,5 @@
{
"name": "@pptr/testrunner",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's remove package.json - we don't publish it atm

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@@ -11,7 +11,7 @@ This test runner is used internally by Playwright to test Playwright itself.
### Installation

```sh
npm install --save-dev @pptr/testrunner
npm install --save-dev @playwright/testrunner
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can remove the installation part as well

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@@ -23,7 +23,7 @@ node test.js
```

```js
const {TestRunner, Reporter, Matchers} = require('@pptr/testrunner');
const {TestRunner, Reporter, Matchers} = require('@playwright/testrunner');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

require('.')

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@@ -5,7 +5,7 @@ This test server is used internally by Playwright to test Playwright itself.
### Example

```js
const {TestServer} = require('@pptr/testserver');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's require require('.')

@@ -1,5 +1,5 @@
{
"name": "@pptr/testserver",
"name": "@playwright/testrunner",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's drop package.json

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@yury-s yury-s merged commit b64604c into microsoft:master Jan 25, 2020
@yury-s yury-s deleted the pptr-pw branch January 25, 2020 00:15
sand4rt pushed a commit to sand4rt/playwright that referenced this pull request Dec 21, 2022
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.

2 participants