Jia "Jay" Tan

Results 17 comments of Jia "Jay" Tan

@malletjo It looks like `--cap-add=SYS_ADMIN` is same as giving root access based on [CAP_SYS_ADMIN: the new root](https://lwn.net/Articles/486306/). Are there other ones we can use as alternative?

Getting error when adding PPA for Ubuntu Mate 18.04. Looks like need to re-compile for the latest LTS.

@ChukkChukk Figured it out. Tested on both Xubuntu 16.04 and Ubuntu-Mate 18.04. Follow directions on [adding RcloneBrowser PPA here](https://www.techrepublic.com/article/how-to-sync-from-linux-to-google-drive-with-rclone/) When you get an error about [missing GPG keys](https://askubuntu.com/questions/127326/how-to-fix-missing-gpg-keys), follow directions...

It would be great if we can implement the following for 1.0: 1. Get headless mode working on remote webdriver. 2. Support mouse actions on remote webdriver. I've already verified...

@Fandekasp I'm not sure when the requested features will be implemented in splinter. In the mean time you can take a look at [thewaiter](https://github.com/iamalittletester/thewaiter) repo. It's written in Java but...

The following code seems to be working and not generating Traceback. It's using the latest Jinja2 v3.1.4 ```python from jinja2 import Environment, FileSystemLoader, ext from jinja2.ext import Extension from jinja2.lexer...

@RuRo Are the two tests still failing on your system? @NickCao had fixed your previous issue by disabling `test_file_surrogates` for NixOS. Please add the test outputs of your system so...

1. Install Allure for your OS: https://allurereport.org/docs/install/ 2. Create an allure directory in your project directory: `mkdir allure-results` 3. Move the Schemathesis JUnit xml test results file (generated from `--junit-xml`...

@Stranger6667 Could we get built-in support for Allure in a future release? Allure is not able to parse individual test details. Another tool called XUnit Viewer (https://github.com/lukejpreston/xunit-viewer) is able to...

I was talking up how great Schemathesis was at the local Python meetup and got invited to do a presentation next month. Looking forward to v4 @Stranger6667 !