File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ # About
2
+
3
+ This package is meant to upgrade commands in a project from v3 to v4 effortlessly.
4
+
5
+ ## How to use
6
+
7
+ Honestly, just do something like this:
8
+
9
+ ` npx @seleniuhq/side-migrate ./existing_file.side ./new_v4_file.side `
10
+
11
+ After that, your project json should be upgraded to v4. If that doesn't work
12
+ right for ya, please raise an issue [ here] (
13
+ https://github.com/SeleniumHQ/selenium-ide/issues/new?assignees=&labels=&projects=&template=bug.md
14
+ )
15
+
16
+ Thanks!
17
+
18
+ ## Contributing
19
+
20
+ Oh gee golly! Oh gee willikers batman! What a generous offer! <3 I'd start in contributing [ here] (
21
+ https://github.com/SeleniumHQ/selenium-ide/issues/new?assignees=&labels=&projects=&template=bug.md
22
+ ) and you can just go where the flow takes you!
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @seleniumhq/side-migrate" ,
3
- "version" : " 4.0.0-alpha.2 " ,
3
+ "version" : " 4.0.0-alpha.3 " ,
4
4
"private" : false ,
5
5
"description" : " Selenium IDE format migrations" ,
6
6
"author" :
" Tomer <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments