File tree Expand file tree Collapse file tree 5 files changed +134
-36
lines changed Expand file tree Collapse file tree 5 files changed +134
-36
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ---
2
+
3
+ name : 🐛 Bug report
4
+ about : Create a report to help us improve
5
+ ---
6
+
7
+ ## 🐛 Bug Report
8
+
9
+ A clear and concise description of what the bug is.
10
+
11
+ <!--
12
+ Please be sure to include an SSCCE (Short, Self Contained, Correct [compilable] example) http://sscce.org/
13
+ -->
14
+
15
+ <!-- NOTE
16
+ FIREFOX 48+ IS ONLY COMPATIBLE WITH GECKODRIVER.
17
+
18
+ If the issue is with Google Chrome consider logging an issue with chromedriver instead:
19
+ https://sites.google.com/a/chromium.org/chromedriver/help
20
+
21
+ If the issue is with Firefox GeckoDriver (aka Marionette) consider logging an issue with Mozilla:
22
+ https://bugzilla.mozilla.org/buglist.cgi?product=Testing&component=Marionette
23
+
24
+ -->
25
+
26
+ ## To Reproduce
27
+
28
+ Steps to reproduce the behavior (including the command to start the containers):
29
+
30
+ ## Expected behavior
31
+
32
+ A clear and concise description of what you expected to happen.
33
+
34
+ ## Test script reproducing this issue (when applicable)
35
+
36
+ Please provide a test script to reproduce the issue you are reporting, if the
37
+ setup is more complex, GitHub repo links are also OK.
38
+
39
+ Issues without a reproduction script are likely to stall and eventually be closed.
40
+
41
+ ## Environment
42
+
43
+ OS: <!-- Windows 10? OSX? -->
44
+ Docker-Selenium image version: <!-- 3, 3.4, 3.14.0-helium etc
45
+ Also provide the docker image id
46
+ -->
47
+ Docker version:
48
+ Docker-Compose version:
Original file line number Diff line number Diff line change
1
+ ---
2
+
3
+ name : 🚀 Feature Proposal
4
+ about : Submit a proposal for a new feature
5
+ ---
6
+
7
+ ## 🚀 Feature Proposal
8
+
9
+ A clear and concise description of what the feature is.
10
+
11
+ ## Motivation
12
+
13
+ Please outline the motivation for the proposal.
14
+
15
+ ## Example
16
+
17
+ Please provide an example for how this feature would be used.
Original file line number Diff line number Diff line change
1
+ ---
2
+
3
+ name : 💬 Questions / Help
4
+ about : If you have questions, please check our IRC or Slack
5
+ ---
6
+
7
+ ## 💬 Questions and Help
8
+
9
+ ### Please note that this issue tracker is not a help form and this issue will be closed.
10
+
11
+ For questions or help please see:
12
+
13
+ - [ SeleniumHQ IRC channel] ( https://webchat.freenode.net/ )
14
+ - [ SeleniumHQ Slack channel] ( https://seleniumhq.herokuapp.com/ )
15
+ - The [ Selenium Users] ( https://groups.google.com/forum/#!forum/selenium-users ) google group
Original file line number Diff line number Diff line change
1
+ ---
2
+
3
+ name : 💥 Regression Report
4
+ about : Report unexpected behavior that worked in previous versions
5
+ ---
6
+
7
+ ## 💥 Regression Report
8
+
9
+ A clear and concise description of what the regression is.
10
+
11
+ <!--
12
+ Please be sure to include an SSCCE (Short, Self Contained, Correct [compilable] example) http://sscce.org/
13
+ -->
14
+
15
+ <!-- NOTE
16
+ FIREFOX 48+ IS ONLY COMPATIBLE WITH GECKODRIVER.
17
+
18
+ If the issue is with Google Chrome consider logging an issue with chromedriver instead:
19
+ https://sites.google.com/a/chromium.org/chromedriver/help
20
+
21
+ If the issue is with Firefox GeckoDriver (aka Marionette) consider logging an issue with Mozilla:
22
+ https://bugzilla.mozilla.org/buglist.cgi?product=Testing&component=Marionette
23
+
24
+ -->
25
+
26
+ ## Last working version
27
+
28
+ Worked up to version:
29
+
30
+ Stopped working in version:
31
+
32
+ ## To Reproduce
33
+
34
+ Steps to reproduce the behavior:
35
+
36
+ ## Expected behavior
37
+
38
+ A clear and concise description of what you expected to happen.
39
+
40
+ ## Test script reproducing this issue (when applicable)
41
+
42
+ Please provide a test script to reproduce the issue you are reporting, if the
43
+ setup is more complex, GitHub repo links are also OK.
44
+
45
+ Issues without a reproduction script are likely to stall and eventually be closed.
46
+
47
+ ## Environment
48
+
49
+ OS: <!-- Windows 10? OSX? -->
50
+ Docker-Selenium image version: <!-- 3, 3.4, 3.14.0-helium etc
51
+ Also provide the docker image id
52
+ -->
53
+ Docker version:
54
+ Docker-Compose version:
You can’t perform that action at this time.
0 commit comments