Skip to content

Commit

Permalink
test: test reading config on windows (#1975)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jul 30, 2023
1 parent 7a38a35 commit 1c35912
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Windows Edge
#name: Windows Edge
on:
push:
branches:
Expand Down Expand Up @@ -43,6 +43,9 @@ jobs:
- name: Run Chrome test
run: node bin/browsertime.js -b chrome -n 1 https://www.sitespeed.io/
shell: cmd
- name: Run Chrome with config file
run: node bin/browsertime.js -b chrome https://www.sitespeed.io/ --config test/data/exampleConfig.json
shell: cmd
- name: Run Chrome test for multi pages
run: node bin/browsertime.js -b chrome -n 1 test/data/navigationscript/simple.cjs
shell: cmd
Expand Down
3 changes: 3 additions & 0 deletions test/data/exampleConfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"iterations" : 1
}

0 comments on commit 1c35912

Please sign in to comment.