--
You received this message because you are subscribed to the Google Groups "Chrome DevTools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-chrome-develo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-chrome-developer-tools/9b660391-5a9a-41cf-a65f-8d77171001dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Exporting code coverage report was implemented recently, perhaps that can help make this easier?☆PhistucK
On Sun, Feb 3, 2019 at 6:31 PM <gilp...@gmail.com> wrote:
I cant believe this was not implemented yet on chrome... absurd since the tool already shows red/green code for almost 2 years and still no way to export data.--
Em quarta-feira, 31 de janeiro de 2018 17:24:34 UTC-2, Kayce Basques escreveu:Hey Matthias,It's on our roadmap for this quarter.It's also potentially possible to hack together your own solution using Puppeteer.https://github.com/GoogleChrome/puppeteer
On Friday, January 26, 2018 at 8:17:04 AM UTC-8, matthias.ku...@resolutionmedia.dk wrote:Im using the coverage report in develoepr tools to find out which CSS rules are executed on and which not.However, im missing a way to copy all the green marked code lines :( - Is this something that could be considered for a future update?Otherwise one has to go through all lines by hand and copy paste everything manually.I guess if the lines are already color coded, it should be a quick fix to such a function?regards,
You received this message because you are subscribed to the Google Groups "Chrome DevTools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-chrome-developer-tools+unsub...@googlegroups.com.
@PhistucK thanks for your answer that is GREAT NEWS!!!! Loved! I am just not sure where I download that latest version of Chrome/Canary. I am already using the latest Chrome installation, shouldnt it be working with the EXPORT feature?
Em domingo, 3 de fevereiro de 2019 14:33:27 UTC-2, PhistucK escreveu:
Exporting code coverage report was implemented recently, perhaps that can help make this easier?☆PhistucK
On Sun, Feb 3, 2019 at 6:31 PM <gilp...@gmail.com> wrote:
I cant believe this was not implemented yet on chrome... absurd since the tool already shows red/green code for almost 2 years and still no way to export data.--
Em quarta-feira, 31 de janeiro de 2018 17:24:34 UTC-2, Kayce Basques escreveu:Hey Matthias,It's on our roadmap for this quarter.It's also potentially possible to hack together your own solution using Puppeteer.https://github.com/GoogleChrome/puppeteer
On Friday, January 26, 2018 at 8:17:04 AM UTC-8, matthias.ku...@resolutionmedia.dk wrote:Im using the coverage report in develoepr tools to find out which CSS rules are executed on and which not.However, im missing a way to copy all the green marked code lines :( - Is this something that could be considered for a future update?Otherwise one has to go through all lines by hand and copy paste everything manually.I guess if the lines are already color coded, it should be a quick fix to such a function?regards,
You received this message because you are subscribed to the Google Groups "Chrome DevTools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-chrome-develo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-chrome-developer-tools/9b660391-5a9a-41cf-a65f-8d77171001dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Chrome DevTools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-chrome-develo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-chrome-developer-tools/41a652ac-c189-4e15-b39d-dbff75dcddfc%40googlegroups.com.
Я создал небольшой проект в github, который извлекает только использованные правила CSS из результатов сеанса покрытия.Он также группирует правила по одному CSS, украшает код и автоматически создает почтовый индекс со всем содержимым.Может быть, это может быть полезно. Также есть ссылка на рабочий пример на stackblitz.
В четверг, 28 марта 2019 года в 16:33:34 UTC + 1, Филипп Совинский написал:Да, экспорт только использованного CSS был бы потрясающим!Это идет?
В среду, 27 марта 2019 года, 14:37:10 UTC + 1 Фабрицио Феррари написал:Было бы неплохо иметь возможность экспортировать используемый код для каждого CSS / скрипта в виде простого текстового файла, чтобы иметь готовые к использованию файлы;)
В понедельник, 4 февраля 2019 года, в 12:20:58 UTC-8, Кейси Басков написал:Да, экспорт в Chrome 73: https://developers.google. ru / web / updates / 2019/01 / devtools # охват