Rename source dir

This commit is contained in:
Dion Moult
2024-08-13 23:09:50 +10:00
parent cc28f5a92b
commit 25071dfec6
930 changed files with 0 additions and 0 deletions
+20
View File
@@ -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