Skip to content

Commit dabdaf7

Browse files
committed
refactor: including firefox testing
and updated readme on the tested browsers, closes #16
1 parent e85b549 commit dabdaf7

2 files changed

Lines changed: 19 additions & 16 deletions

File tree

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -171,16 +171,19 @@ Credits for the initial kickstarter / script to @Sora2455 for better expressing
171171

172172
- Mac
173173

174-
- macOS 10.14, Mozilla Firefox 68.0.1 (manually, localhost)
175-
- macOS 10.14, Safari 12 (via CrossBrowserTesting)
176-
- macOS 10.13, Safari 11 (via CrossBrowserTesting)
174+
- Safari 14, macOS 11 (via CrossBrowserTesting)
175+
- Mozilla Firefox _latest_, macOS 10.14 (manually, localhost)
176+
<!-- - macOS 10.14, Safari 12 (via CrossBrowserTesting)
177+
- macOS 10.13, Safari 11 (via CrossBrowserTesting) -->
177178

178179
- iOS
179-
- iPad 6th Generation Simulator, Mobile Safari 12.0 (via CrossBrowserTesting)
180+
- Mobile Safari 12.0, iPad 6th Generation Simulator (manually)
180181
- Windows
181-
- Windows 10, Google Chrome / versions latest & latest-1 (via CrossBrowserTesting)
182-
- Windows 10, Microsoft Edge / versions 17, 18 (via CrossBrowserTesting)
183-
- Windows 10, Microsoft Internet Explorer / version 11 (via CrossBrowserTesting) - Windows 7 SP1, Internet Explorer 9.0.8112.16421 (manually, localhost)
182+
- Google Chrome _latest_, Windows 10 (via CrossBrowserTesting)
183+
- Mozilla Firefox _latest_, Windows 10 (via CrossBrowserTesting)
184+
- Microsoft Edge version 18, Windows 10 (manually, localhost)
185+
- Microsoft Internet Explorer version 11, Windows 10 (via CrossBrowserTesting)
186+
- Internet Explorer 9.0.8112.16421, Windows 7 SP1 (manually, localhost)
184187

185188
### Big Thanks
186189

wdio.conf-crossbrowsertesting.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ exports.config = {
8383
// excludeDriverLogs: ['*'], // pass '*' to exclude all driver session logs
8484
// excludeDriverLogs: ['bugreport', 'server'],
8585

86-
// https://help.crossbrowsertesting.com/selenium-testing/getting-started/crossbrowsertesting-automation-capabilities/
86+
// https://support.smartbear.com/crossbrowsertesting/docs/automated-testing/automation-capabilities.html
8787

8888
{
8989
browserName: 'Chrome',
@@ -99,13 +99,13 @@ exports.config = {
9999
// maxInstances: 5,
100100
// record_video: false
101101
// },
102-
// {
103-
// browserName: 'Firefox',
104-
// platformName: 'Windows 10',
105-
// browserVersion: 'latest',
106-
// maxInstances: 5,
107-
// record_video: false
108-
// },
102+
{
103+
browserName: 'Firefox',
104+
platformName: 'Windows 10',
105+
browserVersion: 'latest',
106+
maxInstances: 5,
107+
record_video: false,
108+
},
109109
// {
110110
// browserName: 'firefox',
111111
// platform: 'Windows 10',
@@ -114,7 +114,7 @@ exports.config = {
114114
// record_video: false
115115
// },
116116
// {
117-
// browserName: 'MicrosoftEdge',
117+
// browserName: 'edge',
118118
// platformName: 'Windows 10',
119119
// browserVersion: '18',
120120
// maxInstances: 5,

0 commit comments

Comments
 (0)