Skip to content

Commit ff77f43

Browse files
authored
Remove old roadmap, add useful links (#295)
1 parent 8d25d8e commit ff77f43

File tree

1 file changed

+5
-42
lines changed

1 file changed

+5
-42
lines changed

README.md

Lines changed: 5 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -121,51 +121,14 @@ using (var browser = await PuppeteerSharp.Puppeteer.ConnectAsync(options))
121121
* [March 2018](http://www.hardkoded.com/blogs/puppeteer-sharp-monthly-march-2018)
122122
* [February 2018](http://www.hardkoded.com/blogs/puppeteer-sharp-monthly-february-2018)
123123

124-
# Roadmap
125-
Getting to all the 523 tests Puppeteer has, will be a long and fun journey. So, this will be the roadmap for Puppeteer Sharp 1.0:
126-
127-
## 0.1 First Minimum Viable Product
128-
The first 0.1 will include:
129-
* Browser download
130-
* Basic browser operations: create a browser, a page and navigate a page.
131-
* Take screenshots.
132-
* Print to PDF.
133-
134-
## 0.2 Repository cleanup
135-
This version won't include a new version. It will be about improving the repository:
136-
137-
* Setup CI.
138-
* Create basic documentation (Readme, contributing, code of conduct).
139-
140-
## 0.3 Puppeteer
141-
It will implement all [Puppeteer related tests](https://github.com/GoogleChrome/puppeteer/blob/master/test/test.js#L108).
142-
143-
## 0.4 Page
144-
It will implement all Page tests except the ones testing the evaluate method.
145-
As this will be quite a big version, I think we will publish many 0.3.X versions before 0.4.
146-
147-
## 0.5 Frames
148-
It will implement all Frame tests.
149-
150-
## 0.6 Simple interactions
151-
It will implement all tests related to setting values to inputs and clicking on elements.
152-
153-
## 0.7 Page Improvements
154-
It will implement all missing Page tests.
155-
156-
## 0.8 Element Handle and JS Handle
157-
It will implement all tests releated to Element handles and JS handles.
158-
159-
## 0.X Intermediate versions
160-
At this point, We will have implemented most features, except the ones which are javascript related.
161-
I believe there will be many versions between 0.6 and 1.0.
162-
163-
## 1.0 Puppeteer the world!
164-
The 1.0 version will have all (or most) Puppeteer features implemented. I don't know if we'll be able to cover 100% of Puppeteer features, due to differences between both technologies, but we'll do our best.
165-
166124
# Progress
167125

168126
* Tests on Google's Puppeteer: 405.
169127
* Tests on Puppeteer Sharp: 322.
170128
* Passing tests: 319.
171129

130+
# Useful links
131+
132+
* Slack channel [#puppeteer-sharp](https://join.slack.com/t/puppeteer/shared_invite/enQtMzU4MjIyMDA5NTM4LTM1OTdkNDhlM2Y4ZGUzZDdjYjM5ZWZlZGFiZjc4MTkyYTVlYzIzYjU5NDIyNzgyMmFiNDFjN2UzNWU0N2ZhZDc)
133+
* [StackOverflow](https://stackoverflow.com/search?q=puppeteer-sharp)
134+
* [Issues](https://github.com/kblok/puppeteer-sharp/issues?utf8=%E2%9C%93&q=is%3Aissue)

0 commit comments

Comments
 (0)