Paul Michalet

Results 3 issues of Paul Michalet

Here's what I do to write the cookies from puppeteer after successful login : ```js const cookies = await page.cookies(); fs.writeFileSync('path/to/cookies.json', JSON.stringify(cookies, null, 2)); ``` Here's a working code to...

bug

If I understand the workflow correctly, there's a command to execute manually in order to get some rendered output (see captures attached below), which is effectively making this plugin useless...

Drone (image `drone/drone:0.7.1`) does not seem to take ENV vars like `DRONE_OPEN: 'true'` (impossible to register, see screenshot) ![screenshot-192 168 0 35-8000-2017-06-18-19-57-13](https://user-images.githubusercontent.com/1526964/27265034-d840cd82-5463-11e7-9df1-b42756a321f3.png) Also, it is impossible to SSH into running...