Commit Graph

68 Commits

Author SHA1 Message Date
Andrey Lushnikov
9bd55e9364
docs(readme.md): drop FAQ (#1930) 2020-04-22 18:05:59 -07:00
Andrey Lushnikov
e318ee5213 docs(readme): fix chromium version 2020-04-22 18:00:49 -07:00
Andrey Lushnikov
89007c8f3d
devops: make README.md to always reflect tip-of-tree (#1911)
As of today, we have tooling in place that makes sure that our
main README.md **roughly** represents the state of the last release:
- browser versions and browser badges are those that we released last
- links to our API point to the last-released API version

This tooling, however, relies on the fact that every release is a sequence
of two consecutive commits:
- one commit that sets `package.json` version to a released version
- the following that "bumps" version to `-post`.

This release process is very unfortunate, because:
- it made releasing from branch impossible
- it required "freezing" commits to the master branch

This patch removes all the tooling and transitions `README.md` to always
represent tip-of-tree state. We will fully rely on
`https://playwright.dev` to show versioned docs.
2020-04-21 22:08:56 -07:00
Arjun Attam
88366f3bb9
docs: adds introduction.md (#1905)
* docs: adds introduction.md

* elaborate on async/await pattern
2020-04-21 15:42:52 -07:00
Andrey Lushnikov
17e645ad34
chore: mark version v0.13.0 (#1720) 2020-04-08 16:53:44 -07:00
Pavel Feldman
889cf8f7b6
fix(input): climb dom for pointer-events:none targets (#1666) 2020-04-06 20:44:54 -07:00
lcmtwn
2eba79bc98
fix: permissions in mobile and geolocation example (#1667) 2020-04-04 14:20:24 -07:00
Pavel Feldman
c2617c090a
Update README.md 2020-04-01 12:06:22 -07:00
Andrey Lushnikov
a7ca2fef09
chore: mark version v0.12.1 (#1515) 2020-03-24 11:28:07 -07:00
Dmitry Gozman
08b94ee67b
chore: mark version v0.12.0 (#1497) 2020-03-24 10:40:02 -07:00
Arjun Attam
a570290740
docs(examples): update main readme to point to examples + add a file uploads example (#1484) 2020-03-23 10:39:43 -07:00
Arjun Attam
00c27ea348
docs(readme): fix link to examples 2020-03-21 12:26:43 -07:00
Arjun Attam
6df17c69e2
docs(examples): setup get started with examples guide (#1441) 2020-03-21 12:05:37 -07:00
Dmitry Gozman
69be12ae12
api(route): pass Route object instead of Request to route handlers (#1385)
References #1348.
2020-03-13 14:30:40 -07:00
Andrey Lushnikov
d6e265f443
docs(readme): add network interception example (#1216) 2020-03-04 11:03:49 -08:00
Arjun Attam
3eec2d07f5
docs(ci): list sample configurations for ci (#1196)
Has some overlaps with the troubleshooting doc, which I plan to clean up in a subsequent PR. This first version of the doc has a feel of "build-your-own" with our sample configurations. Over time we can tweak the level of hand-holding for the best user experience to get started with CI.

Fixes #1103
2020-03-03 12:21:21 -08:00
Arjun Attam
9478bf3ee5
docs(readme): add link to changelog (#1148) 2020-02-27 16:54:32 -08:00
Joel Einbinder
2037e01b06
chore: mark v0.11.1 (#1025) 2020-02-14 19:13:08 -08:00
Arjun Attam
bb8d435c5b
chore(docs): add community showcase (#1018) 2020-02-14 16:54:14 -08:00
Andrey Lushnikov
f9887e073d
chore: mark version 0.11.0 (#1000) 2020-02-13 18:56:54 -08:00
Andrey Lushnikov
d29625c281
chore: generate browser versions when doing release (#999)
This introduces a handful of new markdown preprocessor commands to
insert browser versions:
- `GEN:chromium-version-if-release` - inserts current Chromium version
  if we're doing release; noop otherwise.
- `GEN:firefox-version-if-release` - inserts current Firefox version
  if we're doing release; noop otherwise.

And to generate badge links:
- `GEN:chromium-version-badge-if-release` - inserts current Chromium version
  badge if we're doing release; noop otherwise.
- `GEN:firefox-version-badge-if-release` - inserts current Firefox version
  badge if we're doing release; noop otherwise.

This doesn't touch webkit at all - we're yet to figure what to do with
webkit version.

NOTE: versions will be updated only once we release. This way our
README.md always represents last released version.
2020-02-13 18:26:38 -08:00
Pavel Feldman
2dd11eaa09 docs: remove browser.newPage from README 2020-02-09 21:45:41 -08:00
Pavel Feldman
50f96eb9fc docs: update readme to address browser changes questions 2020-02-09 16:31:37 -08:00
Pavel Feldman
a2ab645e63
feat(launch): introduce client, server & persistent launch modes (2) (#840) 2020-02-05 12:41:55 -08:00
Andrey Lushnikov
0f1a42a5d3 docs(readme): fix API link to always point to last released API 2020-02-05 12:05:36 -08:00
Pavel Feldman
2e0f3e3e01
docs: split docs to npm version and latest (#846) 2020-02-05 07:29:06 -08:00
Pavel Feldman
d05449076a
docs: update readme 2020-01-31 06:53:33 -08:00
Pavel Feldman
1f8e6e6e6b
doc: update readme 2020-01-31 06:42:29 -08:00
Pavel Feldman
1c7db46e4f
doc: update readme 2020-01-31 06:41:13 -08:00
Pavel Feldman
8a40fd0913 docs: update the readme intro sentence 2020-01-30 21:42:49 -08:00
Pavel Feldman
76c22b7c87
docs: bump Chromium version (#778) 2020-01-30 21:40:36 -08:00
Mathias Bynens
9554ef49b7 docs: make individual FAQ items linkable (#712) 2020-01-28 10:33:17 -08:00
Yang Guo
53cdbc5688 docs: clarify relationship to Puppeteer (#711) 2020-01-28 07:23:01 -08:00
Pavel Feldman
f03b64860f
chore: removed build labels from readme
we need to fix our GH actions before we surface them back
2020-01-24 18:31:58 -08:00
Dmitry Gozman
c453851217
api: introduce BrowserType with a single interface, update top-level api (#636) 2020-01-24 14:49:47 -08:00
Arjun Attam
834698ca6b docs(readme): update hero snippet to illustrate single API (#631)
* docs(readme): update hero snippet to illustrate single API

* update faqs

* update snippet
2020-01-24 12:19:17 -08:00
Joel Einbinder
03f37bcbe2 doc(readme): add test status badges (#617) 2020-01-24 08:44:29 -08:00
Pavel Feldman
69c5b2a3b6 docs: clarify Puppeteer active status (#619) 2020-01-23 17:54:01 -08:00
Arjun Attam
5a67d780e5 docs(readme): add support for Edge (#597) 2020-01-23 10:01:15 -08:00
Yevhen
27bdc664c1 docs(readme.md): fix typos (#566) 2020-01-22 14:04:22 -08:00
Andrey Lushnikov
f887797327
docs(readme): add browsers table to README.md 2020-01-22 10:04:36 -08:00
Andrey Lushnikov
521a0348b1 docs(readme): cleanup readme 2020-01-21 17:42:21 -08:00
Pavel Feldman
575c72f93a
Update README.md 2020-01-21 12:03:54 -08:00
Pavel Feldman
042f3d1582
Update README.md 2020-01-18 22:57:21 -08:00
Pavel Feldman
70318f1298
Update README.md 2020-01-18 22:17:33 -08:00
Pavel Feldman
4a44bf084f
Update README.md 2020-01-18 22:15:53 -08:00
Pavel Feldman
9c3a8707af
Update README.md 2020-01-18 22:13:51 -08:00
Arjun Attam
74e33f0a6a chore(readme): slack badge (#541) 2020-01-18 22:04:55 -08:00
Pavel Feldman
650bd86329
Update README.md 2020-01-18 17:52:33 -08:00
Pavel Feldman
c3484d2176
Update README.md 2020-01-18 17:41:52 -08:00