Circleci 2.0. Files in artifacts sections does not open in browser

Hi,
I have faced with issue that html file that located in "Artifacts"does not open in browser (chrome). Instead, it downloads to my computer .
I am expecting that file will open in a new tab.

Here is the example of artifacts section from config.yml file:
> - store_artifacts:

      path: reports/
      destination: tr1
  • store_test_results:
    path: reports/

CircleCI snippet:

Am I doing something wrong or is this just broken ?

1 Like