Skip to content

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
Contributor

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.


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

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.


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

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.

### Example

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

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
Contributor

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