mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
[CI] add web_server v1 test (#7090)
This commit is contained in:
@@ -2,10 +2,6 @@ wifi:
|
||||
ssid: MySSID
|
||||
password: password1
|
||||
|
||||
web_server:
|
||||
port: 8080
|
||||
version: 2
|
||||
|
||||
binary_sensor:
|
||||
cover:
|
||||
fan:
|
||||
|
5
tests/components/web_server/common_v1.yaml
Normal file
5
tests/components/web_server/common_v1.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
<<: !include common.yaml
|
||||
|
||||
web_server:
|
||||
port: 8080
|
||||
version: 1
|
5
tests/components/web_server/common_v2.yaml
Normal file
5
tests/components/web_server/common_v2.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
<<: !include common.yaml
|
||||
|
||||
web_server:
|
||||
port: 8080
|
||||
version: 2
|
@@ -1 +1 @@
|
||||
<<: !include common.yaml
|
||||
<<: !include common_v2.yaml
|
||||
|
@@ -1 +1 @@
|
||||
<<: !include common.yaml
|
||||
<<: !include common_v2.yaml
|
||||
|
@@ -1 +1 @@
|
||||
<<: !include common.yaml
|
||||
<<: !include common_v2.yaml
|
||||
|
@@ -1 +1 @@
|
||||
<<: !include common.yaml
|
||||
<<: !include common_v2.yaml
|
||||
|
@@ -1 +1 @@
|
||||
<<: !include common.yaml
|
||||
<<: !include common_v2.yaml
|
||||
|
1
tests/components/web_server/test_v1.esp32-ard.yaml
Normal file
1
tests/components/web_server/test_v1.esp32-ard.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common_v1.yaml
|
Reference in New Issue
Block a user