mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 02:31:09 +00:00
Add basic tests for new web module
This commit is contained in:
@@ -34,4 +34,5 @@ markers =
|
|||||||
type
|
type
|
||||||
unit
|
unit
|
||||||
void
|
void
|
||||||
|
web
|
||||||
addopts = --color=yes --code-highlight=yes
|
addopts = --color=yes --code-highlight=yes
|
||||||
|
|||||||
@@ -0,0 +1,20 @@
|
|||||||
|
@web
|
||||||
|
Feature: Web
|
||||||
|
Web interface to complement Blender UI
|
||||||
|
|
||||||
|
Scenario: Start server
|
||||||
|
Given an empty Blender session
|
||||||
|
When I press "bim.connect_websocket_server"
|
||||||
|
Then nothing happens
|
||||||
|
|
||||||
|
Scenario: Kill server
|
||||||
|
Given an empty Blender session
|
||||||
|
And I press "bim.connect_websocket_server"
|
||||||
|
When I press "bim.kill_websocket_server"
|
||||||
|
Then nothing happens
|
||||||
|
|
||||||
|
Scenario: Open web browser
|
||||||
|
Given an empty Blender session
|
||||||
|
And I press "bim.connect_websocket_server"
|
||||||
|
When I press "bim.open_web_browser"
|
||||||
|
Then nothing happens
|
||||||
Reference in New Issue
Block a user