Paul Michalet
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...
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)  Also, it is impossible to SSH into running...