文件名称:testium-multibyte-bug:testium 不处理多字节 unicode 字符
文件大小:148KB
文件格式:ZIP
更新时间:2024-07-18 09:20:40
JavaScript
testium-多字节错误 编辑:此问题已修复 @ testium 。 不处理多字节 unicode 字符。 多字节字符:日文、中文、表情符号 :artist_palette: 等等... 这是由或吗? 问题代码 // LICENSE : MIT "use strict" ; var assert = require ( "assert" ) ; var injectBrowser = require ( 'testium/mocha' ) ; describe ( "multi byte char" , function ( ) { before ( injectBrowser ( ) ) ; beforeEach ( function ( ) { this . browser . navigateTo ( 'https://www.google.com' ) ; }
【文件预览】:
testium-multibyte-bug-master
----.testiumrc(11B)
----package.json(388B)
----test()
--------log()
--------test.js(537B)
----.gitignore(594B)
----README.md(1KB)