UNPKG

cucumber-html-reporter

Version:

Generates Cucumber HTML reports in three different themes

17 lines (16 loc) 268 B
<!DOCTYPE html> <html> <head> <title>Cucumber Feature Report</title> <style type="text/css"> <%= styles %> </style> <meta charset="UTF-8"> </head> <body> <%= features %> <script> <%= script %> </script> </body> </html>