Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why my html report shows so simple, not colorful likes your ReadMe?Do I need to specify an html template? #70

Open
UnknowZang opened this issue Jun 30, 2020 · 2 comments

Comments

@UnknowZang
Copy link

  • HtmlTestRunner version: 1.2.1
  • Python version: 3.7
  • Operating System: windows / centos 7.6

Description

too simple, not colorful like ReadMe.
it is onle white.

What I Did

    runner = HtmlTestRunner.HTMLTestRunner(
        output=test_edge_site.test_dir + '/output/unittest/html', combine_reports=True, report_name='test_detail',
        add_timestamp=False)
    runner.run(suite)
Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
@UnknowZang UnknowZang changed the title Why my html report shows so simple, but not colorful like your ReadMe?Do I need to specify an html template? Why my html report shows so simple, not colorful like your ReadMe?Do I need to specify an html template? Jun 30, 2020
@UnknowZang UnknowZang changed the title Why my html report shows so simple, not colorful like your ReadMe?Do I need to specify an html template? Why my html report shows so simple, not colorful likes your ReadMe?Do I need to specify an html template? Jun 30, 2020
@mapleflow
Copy link

pic?

@sdetpearls
Copy link

sdetpearls commented Aug 19, 2020

As far as I can see, it usually happens when you are behind the GFW and have unstable access to 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css' or 'https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js' which are necessary for rendering the htmls.
Using your own template file may solve this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants